Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivodolenc committed Sep 6, 2023
1 parent 160ff95 commit 9e9b26b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hypernym-icons",
"version": "1.2.0",
"version": "1.3.0",
"description": "An ultra-minimalistic VSCode icon set for modern devs.",
"author": "Hypernym Studio",
"license": "Apache-2.0",
Expand Down Expand Up @@ -58,6 +58,7 @@
"build": "npm run build:start && vite-node src/extension.ts",
"export": "npm run build && vsce package",
"publish": "npm run build && vsce publish",
"bump": "bummp",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint -c .config/eslint.config.js .",
"lint:fix": "ESLINT_USE_FLAT_CONFIG=true eslint -c .config/eslint.config.js --fix .",
"format": "prettier --config .config/prettier.config.js --write .",
Expand Down

0 comments on commit 9e9b26b

Please sign in to comment.