We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf2777 commit 19137daCopy full SHA for 19137da
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
Started from version 0.2.5
9
10
+## [0.2.6] - 2019-09-20
11
+
12
+### Added
13
14
+* Boolean support [#4]
15
16
## [0.2.5] - 2019-09-20
17
18
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "admin-bro-sequelizejs",
3
- "version": "0.2.5",
+ "version": "0.2.6",
4
"description": "Sequelize adapter for AdminBro",
5
"main": "index.js",
6
"scripts": {
0 commit comments