Skip to content

Commit

Permalink
Bump 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Oct 15, 2015
1 parent 358931a commit 68d2547
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.0.1

* Fixing monkeys' laziness (**@Zache**).
* Fixing issues related to the root cursor.
* Fixing `get` event edge cases.

## v2.0.0

* The tree is now immutable by default.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "baobab",
"main": "build/baobab.min.js",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/Yomguithereal/baobab",
"author": {
"name": "Guillaume Plique",
Expand Down
4 changes: 2 additions & 2 deletions build/baobab.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baobab",
"version": "2.0.0",
"version": "2.0.1",
"description": "JavaScript persistent data tree with cursors.",
"main": "./dist/baobab.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/baobab.js
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ Baobab.helpers = helpers;
* Version
*/
Object.defineProperty(Baobab, 'version', {
value: '2.0.0'
value: '2.0.1'
});


Expand Down

0 comments on commit 68d2547

Please sign in to comment.