Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
G. Grau committed Feb 25, 2016
1 parent 3057739 commit 868f825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog

## 0.4.0 (Feb. 25, 2016)

* Accept arrays in array operations `addLast()` and `addFirst()`.
* Add new array operation `insert()`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timm",
"version": "0.3.1",
"version": "0.4.0",
"description": "Immutability helpers with fast reads and acceptable writes",
"main": "index.js",
"dependencies": {},
Expand Down

0 comments on commit 868f825

Please sign in to comment.