Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-117 committed Aug 14, 2024
1 parent c9fc7b7 commit 613a0eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-challenges",
"version": "1.0.0",
"version": "2.0.0",
"description": "",
"type": "module",
"main": "index.js",
Expand All @@ -12,7 +12,8 @@
"scripts": {
"cli": "node ./lib/node/app.mjs",
"build": "rollup -c rollup.config.js",
"gen-manifest": "node ./lib/scripts/gen-manifest.mjs"
"gen-manifest": "node ./lib/scripts/gen-manifest.mjs",
"release": "bumpp"
},
"keywords": [],
"author": "",
Expand All @@ -29,6 +30,7 @@
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"bumpp": "^9.5.1",
"postcss": "^8.4.18",
"rollup": "^3.2.5",
"rollup-plugin-node-builtins": "^2.1.2",
Expand Down

0 comments on commit 613a0eb

Please sign in to comment.