chrome-extension-cli
Version:
The CLI for your next Chrome Extension.
89 lines (51 loc) • 1.75 kB
Markdown
# Changelog
## 1.5.0 (September 18, 2023)
🚀 New Feature
- Add Side Panel support [#45](https://github.com/dutiyesh/chrome-extension-cli/pull/45)
## 1.4.0 (March 30, 2023)
🚀 New Feature
- Add scripts to generate a zip file of extension [#35](https://github.com/dutiyesh/chrome-extension-cli/pull/35)
## 1.3.0 (June 17, 2022)
🚀 New Feature
- Add code formatting support [#28](https://github.com/dutiyesh/chrome-extension-cli/pull/28)
💅 Polish
- Format files [#27](https://github.com/dutiyesh/chrome-extension-cli/pull/27)
## 1.2.0 (May 17, 2022)
🏠 Internal
- Upgrade webpack and other dependency versions [#23](https://github.com/dutiyesh/chrome-extension-cli/pull/23)
## 1.1.0 (April 17, 2022)
🚀 New Feature
- Add TypeScript support [#21](https://github.com/dutiyesh/chrome-extension-cli/pull/21)
## 1.0.0 (March 18, 2022)
💥 Breaking Change
- Add manifest v3 support [#18](https://github.com/dutiyesh/chrome-extension-cli/pull/18)
## 0.2.4 (March 18, 2022)
🐛 Bug Fix
- Fix hyphen issue from app name
## 0.2.3 (October 13, 2021)
💅 Polish
- Exclude source map from prod build [#15](https://github.com/dutiyesh/chrome-extension-cli/pull/15)
## 0.2.2 (March 20, 2021)
🐛 Bug Fix
- Fix unexpected token (spread operator) for node v8 [#10](https://github.com/dutiyesh/chrome-extension-cli/pull/10)
## 0.2.1 (August 18, 2020)
🐛 Bug Fix
- Fix `watch` command issue after initializing the project [#6](https://github.com/dutiyesh/chrome-extension-cli/pull/6)
## 0.2.0 (September 20, 2019)
🐛 Bug Fix
- Fix gitignore file
📝 Documentation
- Update README file with template screenshots
## 0.1.0 (September 16, 2019)
Initial public release