diff --git a/CHANGELOG.md b/CHANGELOG.md index 15c5b63..e049c58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.0](https://github.com/seegno/bookshelf-cascade-delete/tree/2.0.0) (2016-08-29) +[Full Changelog](https://github.com/seegno/bookshelf-cascade-delete/compare/1.0.5...2.0.0) + +**Merged pull requests:** + +- Add babel-plugin-add-module-exports [\#23](https://github.com/seegno/bookshelf-cascade-delete/pull/23) ([abelsoares](https://github.com/abelsoares)) +- Fixes typo in README.md [\#22](https://github.com/seegno/bookshelf-cascade-delete/pull/22) ([kamronbatman](https://github.com/kamronbatman)) + ## [1.0.5](https://github.com/seegno/bookshelf-cascade-delete/tree/1.0.5) (2016-07-20) [Full Changelog](https://github.com/seegno/bookshelf-cascade-delete/compare/1.0.4...1.0.5) diff --git a/dist/index.js b/dist/index.js index 6c17849..79c101d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -106,4 +106,6 @@ exports.default = function (Bookshelf) { }, []); } }); -}; \ No newline at end of file +}; + +module.exports = exports['default']; \ No newline at end of file diff --git a/package.json b/package.json index 3deaad6..da1d801 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bookshelf-cascade-delete", - "version": "1.0.5", + "version": "2.0.0", "description": "Cascade delete with Bookshelf.js", "license": "MIT", "author": {