From e0a3caf9659c287f808354cf5dc4e6c2e315e98c Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Thu, 3 Aug 2023 09:21:48 +1200 Subject: [PATCH] [release] 20230803 --- packages/node/CHANGELOG.md | 5 ++++- packages/node/package.json | 5 ++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 59776baa8..d5368e7ae 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] + +## [2.10.1] - 2023-08-03 ### Fixed - Logs with a missing message throwing an error (#156) - Test command not working because of dependency issue (#155) @@ -246,7 +248,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Init release -[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.10.0...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.10.1...HEAD +[2.10.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.10.0...node-cosmos/2.10.1 [2.10.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.8.0...node-cosmos/2.10.0 [2.8.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.5.3...node-cosmos/2.8.0 [2.5.3]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.5.2...node-cosmos/2.5.3 diff --git a/packages/node/package.json b/packages/node/package.json index 97657a2b7..fbc982dec 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-cosmos", - "version": "2.10.1-1", + "version": "2.10.1", "description": "", "author": "Naveen Veluswamy", "license": "GPL-3.0", @@ -61,6 +61,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "2.10.1-0" + ] }