Skip to content

Commit

Permalink
chore(version): update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed May 19, 2024
1 parent 7d058c5 commit 9050886
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": "mutability",
"version": "0.3.2",
"version": "1.0.0",
"description": "A JavaScript library for transactional mutable updates",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -34,9 +34,11 @@
},
"homepage": "https://github.com/mutativejs/mutability#readme",
"keywords": [
"transaction",
"transactional mutable updates",
"transactional updates",
"mutative"
"mutative",
"transactional"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
Expand Down

0 comments on commit 9050886

Please sign in to comment.