@subql/common-substrate 4.5.4 → 4.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [4.5.5] - 2025-11-20
10
+ ### Changed
11
+ - Update `@subql/common`
12
+
9
13
  ## [4.5.3] - 2025-10-22
10
14
  ### Changed
11
15
  - Update `@subql/common`
@@ -233,7 +237,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
233
237
  ### Added
234
238
  - init commit
235
239
 
236
- [Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.5.3...HEAD
240
+ [Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.5.4...HEAD
241
+ [4.5.4]: https://github.com/subquery/subql/compare/common-substrate/4.5.3...common-substrate/4.5.4
237
242
  [4.5.3]: https://github.com/subquery/subql/compare/common-substrate/4.5.2...common-substrate/4.5.3
238
243
  [4.5.2]: https://github.com/subquery/subql/compare/common-substrate/4.5.1...common-substrate/4.5.2
239
244
  [4.5.1]: https://github.com/subquery/subql/compare/common-substrate/4.5.0...common-substrate/4.5.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/common-substrate",
3
- "version": "4.5.4",
3
+ "version": "4.5.5",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rm -rf dist && tsc -b",
@@ -14,7 +14,7 @@
14
14
  "main": "dist/index.js",
15
15
  "license": "GPL-3.0",
16
16
  "dependencies": {
17
- "@subql/common": "~5.8.0",
17
+ "@subql/common": "~5.8.2",
18
18
  "@subql/types": "~3.15.0"
19
19
  },
20
20
  "peerDependencies": {
@@ -33,6 +33,5 @@
33
33
  "README.md",
34
34
  "CHANGELOG.md",
35
35
  "LICENSE"
36
- ],
37
- "stableVersion": "4.5.3"
36
+ ]
38
37
  }