diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d233bb..6c8b455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.5.1 + +* Fixing issue related to monkey not firing the correct events ([@roark](https://github.com/roark)). + ## v2.5.0 * Adding the `monkeyBusiness` option ([@Tuhis](https://github.com/Tuhis)). diff --git a/build/baobab.js b/build/baobab.js index af64e8d..ac3545e 100644 --- a/build/baobab.js +++ b/build/baobab.js @@ -2,7 +2,7 @@ * Baobab * * Homepage: https://github.com/Yomguithereal/baobab - * Version: 2.5.0 + * Version: 2.5.1 * Author: Yomguithereal (Guillaume Plique) * License: MIT */ diff --git a/build/baobab.min.js b/build/baobab.min.js index 20657b5..ecf88da 100644 --- a/build/baobab.min.js +++ b/build/baobab.min.js @@ -2,7 +2,7 @@ * Baobab * * Homepage: https://github.com/Yomguithereal/baobab - * Version: 2.5.0 + * Version: 2.5.1 * Author: Yomguithereal (Guillaume Plique) * License: MIT */ diff --git a/package.json b/package.json index 72a340c..409680b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "baobab", - "version": "2.5.0", + "version": "2.5.1", "description": "JavaScript persistent data tree with cursors.", "main": "./dist/baobab.js", "dependencies": {