Skip to content

Commit

Permalink
fixed the version of sequelize and prerelease node (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Mar 4, 2023
1 parent 2059a26 commit d4206b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]


## [1.9.0] - 2023-02-21
### Added
- add blockTime to NodeConfig (#1501)
Expand Down
1 change: 1 addition & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [1.19.0] - 2023-02-21
### Added
- Support Cockroach database (#1521)
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.5.2",
"sequelize": "^6.28.0",
"sequelize": "6.28.0",
"tar": "^6.1.11",
"typescript": "^4.4.4",
"vm2": "^3.9.9",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4187,7 +4187,7 @@ __metadata:
reflect-metadata: ^0.1.13
rimraf: ^3.0.2
rxjs: ^7.5.2
sequelize: ^6.28.0
sequelize: 6.28.0
supertest: ^6.2.2
tar: ^6.1.11
typescript: ^4.4.4
Expand Down

0 comments on commit d4206b3

Please sign in to comment.