Skip to content

Commit

Permalink
[release] 20221108 patch (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Nov 8, 2022
1 parent dcf3b3c commit 0ddc4fc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
Empty file removed .yarn/versions/2c073fa8.yml
Empty file.
4 changes: 4 additions & 0 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.3.2] - 2022-11-08
### Fixed
- Fix missing sequelize sync (#1389)

## [1.3.1] - 2022-11-08
### Fixed
- Remove sequelize alter table (#1387)
Expand Down
5 changes: 2 additions & 3 deletions packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "1.3.2-0",
"version": "1.3.2",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -32,6 +32,5 @@
"sequelize": "6.23.0",
"vm2": "^3.9.9",
"yargs": "^16.2.0"
},
"stableVersion": "1.3.1"
}
}
3 changes: 3 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.13.2] - 2022-11-08
- Patch release with @subql/node-core fix

## [1.13.1] - 2022-11-08
- Patch release with @subql/node-core fix

Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "1.13.1",
"version": "1.13.2",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0ddc4fc

Please sign in to comment.