Skip to content

Commit

Permalink
Bump 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Dec 2, 2019
1 parent 9b90e68 commit 8360162
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.3

* Refreshing the library's build to fix `babel` issues when consuming the library.

## v2.5.2

* Fixing the library's export.
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.5.2
* Version: 2.5.3
* Author: Yomguithereal (Guillaume Plique)
* License: MIT
*/
Expand Down Expand Up @@ -1087,7 +1087,7 @@ Baobab.helpers = helpers;
* Version.
*/

Baobab.VERSION = '2.5.2';
Baobab.VERSION = '2.5.3';
/**
* Exporting.
*/
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-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.2",
"version": "2.5.3",
"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 @@ -583,7 +583,7 @@ Baobab.helpers = helpers;
/**
* Version.
*/
Baobab.VERSION = '2.5.2';
Baobab.VERSION = '2.5.3';

/**
* Exporting.
Expand Down

0 comments on commit 8360162

Please sign in to comment.