Skip to content

Commit

Permalink
release: v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
quangvo09 committed Nov 19, 2023
1 parent ffa0159 commit 586059b
Show file tree
Hide file tree
Showing 4 changed files with 660 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.vscode-test/
*.vsix
.env
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "BoostCode",
"description": "Boost your code speed",
"publisher": "quangvo09",
"version": "0.0.20",
"version": "0.0.21",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.58.0"
Expand Down Expand Up @@ -130,6 +130,7 @@
"@types/mocha": "^8.2.2",
"@types/node": "14.x",
"@types/vscode": "^1.58.0",
"@vscode/vsce": "^2.22.0",
"eslint": "^7.27.0",
"glob": "^7.1.7",
"mocha": "^8.4.0",
Expand Down
Loading

0 comments on commit 586059b

Please sign in to comment.