Skip to content

Commit

Permalink
Bump 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Sep 29, 2017
1 parent 2141f5a commit a1ef211
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.5.0

* Adding the `monkeyBusiness` option ([@Tuhis](https://github.com/Tuhis)).

## v2.4.3

* Better `tree/cursor.splice` ([@jrust](https://github.com/jrust)).
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.4.3",
"version": "2.5.0",
"homepage": "https://github.com/Yomguithereal/baobab",
"author": {
"name": "Guillaume Plique",
Expand Down
4 changes: 2 additions & 2 deletions build/baobab.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Baobab
*
* Homepage: https://github.com/Yomguithereal/baobab
* Version: 2.4.3
* Version: 2.5.0
* Author: Yomguithereal (Guillaume Plique)
* License: MIT
*/
Expand Down Expand Up @@ -1153,7 +1153,7 @@ Baobab.helpers = helpers;
/**
* Version
*/
Baobab.VERSION = '2.4.3';
Baobab.VERSION = '2.5.0';
module.exports = exports['default'];

},{"./cursor":3,"./helpers":4,"./monkey":5,"./type":6,"./update":7,"./watcher":8,"emmett":1}],3:[function(require,module,exports){
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.4.3",
"version": "2.5.0",
"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 @@ -598,4 +598,4 @@ Baobab.helpers = helpers;
/**
* Version
*/
Baobab.VERSION = '2.4.3';
Baobab.VERSION = '2.5.0';

0 comments on commit a1ef211

Please sign in to comment.