diff --git a/CHANGELOG.md b/CHANGELOG.md index cb07b5e..431ae3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,32 @@ All notable changes to the "preview-docs" extension will be documented in this f Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## v0.0.2 + +[compare changes](https://github.com/selemondev/vscode-preview-docs/compare/v0.0.1...v0.0.2) + +### 🚀 Enhancements + +- Add more doc links ([6c967af](https://github.com/selemondev/vscode-preview-docs/commit/6c967af)) + +### 🩹 Fixes + +- Extension description ([f3508c6](https://github.com/selemondev/vscode-preview-docs/commit/f3508c6)) + +### 📖 Documentation + +- Update README ([002bcbc](https://github.com/selemondev/vscode-preview-docs/commit/002bcbc)) + +### 🏡 Chore + +- **release:** V0.0.1 ([97f0cbc](https://github.com/selemondev/vscode-preview-docs/commit/97f0cbc)) +- Downgrade vscode engine version ([b665ed5](https://github.com/selemondev/vscode-preview-docs/commit/b665ed5)) + +### ❤️ Contributors + +- Selemon Dev +- Selemondev + ## v0.0.1 diff --git a/package.json b/package.json index 62cc7a3..1329c50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-preview-docs", - "version": "0.0.1", + "version": "0.0.2", "displayName": "Preview Docs", "description": "Preview language and framework documentations within your IDE ✨.", "publisher": "Selemondev",