From 97d37ad2d4d78cd02f32ced6dc611dce68101799 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Wed, 28 Aug 2024 16:24:47 +1200 Subject: [PATCH] [release] 20240828 (#345) --- .yarn/versions/9fc602da.yml | 3 +++ packages/node/CHANGELOG.md | 5 ++++- packages/node/package.json | 5 ++--- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 .yarn/versions/9fc602da.yml diff --git a/.yarn/versions/9fc602da.yml b/.yarn/versions/9fc602da.yml new file mode 100644 index 0000000000..1abe0096c5 --- /dev/null +++ b/.yarn/versions/9fc602da.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-ethereum" + - "@subql/types-ethereum" diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 2b3da9faae..ae25cb0afa 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [5.1.3] - 2024-08-28 ### Fixed - Dictionary grouping optimisation regression (#344) - Dictionary query not being used if address specified but no other filters (#344) @@ -550,7 +552,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Init release -[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.2...HEAD +[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.3...HEAD +[5.1.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.2...node-ethereum/5.1.3 [5.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.1...node-ethereum/5.1.2 [5.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.0...node-ethereum/5.1.1 [5.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.0.1...node-ethereum/5.1.0 diff --git a/packages/node/package.json b/packages/node/package.json index e475f85d43..40b36518f7 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-ethereum", - "version": "5.1.3-0", + "version": "5.1.3", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -59,6 +59,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "5.1.2" + ] }