diff --git a/changelog.md b/changelog.md index da9d902..50a4892 100644 --- a/changelog.md +++ b/changelog.md @@ -344,7 +344,7 @@ Breaking changes: * Fix: Support `underscored: true` and `underscoredAll: true` options (closes #18) -## Next +## 1.3.0 * Fix: Allow `underscored: false` option on model to override global option * Fix: `rebuildHierarchy` support custom primary keys diff --git a/package.json b/package.json index 4245e42..05bd9dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sequelize-hierarchy", - "version": "1.2.0", + "version": "1.3.0", "description": "Nested hierarchies for Sequelize", "main": "./lib/", "author": {