Skip to content

Commit

Permalink
[release] 20220707 (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jul 7, 2022
1 parent 1666522 commit 6af17ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Empty file removed .yarn/versions/cb99c235.yml
Empty file.
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.4.1] - 2022-07-07
### Fixed
- Fix oversize subscription notification trigger name (#1171)

## [1.4.0] - 2022-07-05
### Fixed
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "1.4.1-0",
"version": "1.4.1",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -67,6 +67,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "1.4.0"
]
}

0 comments on commit 6af17ba

Please sign in to comment.