Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dutiyesh committed Sep 18, 2023
1 parent 11d66aa commit 83cb2f1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 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
Expand Down
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@ function logOptionsConflictError() {
process.exit(1);
}

function createExtension(name, { overridePage, devtools, sidePanel, language }) {
function createExtension(
name,
{ overridePage, devtools, sidePanel, language }
) {
const root = path.resolve(name);
let overridePageName;
let languageName = 'javascript';
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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-extension-cli",
"version": "1.4.0",
"version": "1.5.0",
"description": "The CLI for your next Chrome Extension.",
"repository": "dutiyesh/chrome-extension-cli",
"main": "index.js",
Expand All @@ -22,7 +22,8 @@
"template",
"popup",
"override-page",
"devtools"
"devtools",
"side-panel"
],
"author": {
"name": "Dutiyesh Salunkhe",
Expand Down

0 comments on commit 83cb2f1

Please sign in to comment.