Skip to content

Commit 49533c4

Browse files
committed
bump version
1 parent c6083c5 commit 49533c4

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHAGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# CHANGELOG
22

3-
## v0.4.1
4-
- Fix bug while deleting an element at 0 index [(#1)](https://github.com/georapbox/immutable-arrays/pull/1)
3+
## v0.4.3
4+
- Include test coverage in build process
5+
- Add test to cover scenario with all optional arguments being undefined for immutableSplice method
56

67
## v0.4.2
78
- Keep devDependencies up to date
89
- Add code climate integration
910
- Add test coverage report
11+
12+
## v0.4.1
13+
- Fix bug while deleting an element at 0 index [(#1)](https://github.com/georapbox/immutable-arrays/pull/1)

lib/immutableArrays.js

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: 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.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.2",
3+
"version": "0.4.3",
44
"description": "Immutable versions of normally mutable array methods",
55
"main": "lib/immutableArrays.js",
66
"scripts": {

0 commit comments

Comments
 (0)