diff --git a/CHANGELOG.md b/CHANGELOG.md index a561bece..b79de5c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## v0.1.0 + +[compare changes](https://github.com/aklinker1/wxt/compare/v0.0.2...v0.1.0) + +### 🚀 Enhancements + +- Content scripts reloading ([#25](https://github.com/aklinker1/wxt/pull/25)) +- ⚠️ Initial release ([afe838a](https://github.com/aklinker1/wxt/commit/afe838a)) + +### 📖 Documentation + +- Update feature list ([0255028](https://github.com/aklinker1/wxt/commit/0255028)) + +### 🤖 CI + +- Create github release ([b7c078f](https://github.com/aklinker1/wxt/commit/b7c078f)) + +#### ⚠️ Breaking Changes + +- ⚠️ Initial release ([afe838a](https://github.com/aklinker1/wxt/commit/afe838a)) + +### ❤️ Contributors + +- Aaron Klinker +- Aaron + ## v0.0.2 [compare changes](https://github.com/aklinker1/wxt/compare/v0.0.1...v0.0.2) diff --git a/package.json b/package.json index 1d19fe43..9f9f7d17 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.0.2", + "version": "0.1.0", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",