Skip to content

Commit 5ee8fa3

Browse files
committed
bump version
1 parent f8cc419 commit 5ee8fa3

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

CHAGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# CHANGELOG
2+
3+
## v0.4.1
4+
- Fix bug while deleting an element at 0 index.

lib/immutableArrays.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/immutableArrays.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/immutableArrays.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/immutableArrays.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "immutable-arrays",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Immutable versions of normally mutable array methods",
55
"main": "lib/immutableArrays.js",
66
"scripts": {

0 commit comments

Comments
 (0)