Skip to content

Commit 50ac06a

Browse files
authored
Merge pull request #9 from georapbox/issue-#8
Close issue #8
2 parents 283e018 + fdd26e0 commit 50ac06a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHAGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v3.0.1
4+
5+
- Fixes issue #8
6+
37
## v3.0.0
48

59
- Replaced Webpack with Rollup for bundling the library. As a result of this migration the library is now exported in `UMD`, `CommonJS` and `ESM` formats.

package-lock.json

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "immutable-arrays",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Immutable versions of normally mutable array methods",
55
"main": "dist/immutable-arrays.cjs.js",
66
"module": "dist/immutable-arrays.esm.js",
7-
"browser": "dist/immutable-arrays.umd.js",
7+
"unpkg": "dist/immutable-arrays.umd.min.js",
88
"files": [
99
"src/",
1010
"dist/"

0 commit comments

Comments
 (0)