Skip to content

Commit 9e9b26b

Browse files
committed
chore(release): 1.3.0
1 parent 160ff95 commit 9e9b26b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypernym-icons",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "An ultra-minimalistic VSCode icon set for modern devs.",
55
"author": "Hypernym Studio",
66
"license": "Apache-2.0",
@@ -58,6 +58,7 @@
5858
"build": "npm run build:start && vite-node src/extension.ts",
5959
"export": "npm run build && vsce package",
6060
"publish": "npm run build && vsce publish",
61+
"bump": "bummp",
6162
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint -c .config/eslint.config.js .",
6263
"lint:fix": "ESLINT_USE_FLAT_CONFIG=true eslint -c .config/eslint.config.js --fix .",
6364
"format": "prettier --config .config/prettier.config.js --write .",

0 commit comments

Comments
 (0)