We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff86955 commit 43e27eeCopy full SHA for 43e27ee
changelog.md
@@ -344,7 +344,7 @@ Breaking changes:
344
345
* Fix: Support `underscored: true` and `underscoredAll: true` options (closes #18)
346
347
-## Next
+## 1.3.0
348
349
* Fix: Allow `underscored: false` option on model to override global option
350
* Fix: `rebuildHierarchy` support custom primary keys
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sequelize-hierarchy",
3
- "version": "1.2.0",
+ "version": "1.3.0",
4
"description": "Nested hierarchies for Sequelize",
5
"main": "./lib/",
6
"author": {
0 commit comments