Skip to content

Commit

Permalink
new command updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajeshwaran2001 committed Mar 1, 2022
1 parent 33d66a1 commit ea82108
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Feedback, suggestions, comments appreciated.

## 1.6.0

### Pre-releases
### Minor

- Product icons added

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
},
"scripts": {
"pre": "vsce publish --pre-release --no-yarn",
"minor": "vsce publish minor --no-yarn",
"major": "vsce publish --pre-release --no-yarn",
"patch": "vsce publish --pre-release --no-yarn",
"release": "release-it",
"clean": "clean.bat",
"svgo": "svgo -f src/icons/ --config config.yml",
Expand Down

0 comments on commit ea82108

Please sign in to comment.