Skip to content

Commit 2e93b2b

Browse files
committed
Prepare for v3.0.0 release
1 parent 3cab817 commit 2e93b2b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ immutability-helper-*
55
*.ts
66
!*.d.ts
77
ts*.json
8+
.history/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "immutability-helper",
3-
"version": "2.9.0",
3+
"version": "3.0.0",
44
"description": "mutate a copy of data without changing the original source",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)