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 dfac495 commit 1197c20Copy full SHA for 1197c20
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.3.4] - 2020-03-11
11
+
12
+### Changed
13
14
+* remove console log for not supporting properties
15
16
## [0.3.1-3] - 2020-02-12
17
18
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "admin-bro-sequelizejs",
3
- "version": "0.3.3",
+ "version": "0.3.4",
4
"description": "Sequelize adapter for AdminBro",
5
"main": "index.js",
6
"scripts": {
0 commit comments