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 bd5f65a commit 248c5f0Copy full SHA for 248c5f0
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.1] - 2020-02-12
11
+
12
+### Fixed
13
14
+* allow to have not "id" property as a primary key
15
16
## [0.3.0] - 2019-12-29
17
18
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "admin-bro-sequelizejs",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"description": "Sequelize adapter for AdminBro",
5
"main": "index.js",
6
"scripts": {
0 commit comments