diff --git a/package-lock.json b/package-lock.json index d9f1904..3525d8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hypernym-icons", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hypernym-icons", - "version": "1.2.0", + "version": "1.3.0", "license": "Apache-2.0", "devDependencies": { "@types/node": "^20.5.9", diff --git a/package.json b/package.json index 60320ae..f4239e7 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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 .",