Skip to content

Commit 248c5f0

Browse files
chore: bump version v0.3.1
1 parent bd5f65a commit 248c5f0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Started from version 0.2.5
99

10+
## [0.3.1] - 2020-02-12
11+
12+
### Fixed
13+
14+
* allow to have not "id" property as a primary key
15+
1016
## [0.3.0] - 2019-12-29
1117

1218
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin-bro-sequelizejs",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Sequelize adapter for AdminBro",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)