Skip to content

Commit 9050886

Browse files
committed
chore(version): update version to 1.0.0
1 parent 7d058c5 commit 9050886

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutability",
3-
"version": "0.3.2",
3+
"version": "1.0.0",
44
"description": "A JavaScript library for transactional mutable updates",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -34,9 +34,11 @@
3434
},
3535
"homepage": "https://github.com/mutativejs/mutability#readme",
3636
"keywords": [
37+
"transaction",
3738
"transactional mutable updates",
3839
"transactional updates",
39-
"mutative"
40+
"mutative",
41+
"transactional"
4042
],
4143
"devDependencies": {
4244
"@rollup/plugin-commonjs": "^24.0.1",

0 commit comments

Comments
 (0)