Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dutiyesh committed Mar 20, 2021
1 parent e3e2c0f commit 7f54be8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-extension-cli",
"version": "0.2.1",
"version": "0.2.2",
"description": "The CLI for your next Chrome Extension.",
"repository": "dutiyesh/chrome-extension-cli",
"main": "index.js",
Expand Down

0 comments on commit 7f54be8

Please sign in to comment.