Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Gama committed Aug 29, 2016
1 parent 1f7b177 commit e2dc321
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 3 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,6 @@ exports.default = function (Bookshelf) {
}, []);
}
});
};
};

module.exports = exports['default'];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e2dc321

Please sign in to comment.