Skip to content

Commit

Permalink
v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Sep 19, 2016
1 parent 118e9be commit cc96aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Breaking changes:
* Refactor: Use `.slice()` to clone arrays
* Refactor `rebuildHierarchy()` for clarity

## Next
## 0.7.6

* Fix: `beforeCreate` hook work with `options.fields`
* Fix: Clone `options.fields` before mutating it to prevent `options` object being mutated externally
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sequelize-hierarchy",
"version": "0.7.5",
"version": "0.7.6",
"description": "Nested hierarchies for Sequelize",
"main": "./lib/",
"author": {
Expand Down

0 comments on commit cc96aa9

Please sign in to comment.