@subql/common-solana 1.1.2-0 → 1.2.0

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 +4 -1
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [1.2.0] - 2025-09-15
8
10
  ### Added
9
11
  - Util function to get discriminator from name (#25)
10
12
 
@@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
34
  ### Changed
33
35
  - Initial release
34
36
 
35
- [Unreleased]: https://github.com/subquery/subql-solana/compare/common-solana/1.1.1...HEAD
37
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/common-solana/1.2.0...HEAD
38
+ [1.2.0]: https://github.com/subquery/subql-solana/compare/common-solana/1.1.1...common-solana/1.2.0
36
39
  [1.1.1]: https://github.com/subquery/subql-solana/compare/common-solana/1.1.0...common-solana/1.1.1
37
40
  [1.1.0]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.2...common-solana/1.1.0
38
41
  [1.0.2]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.1...common-solana/1.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/common-solana",
3
- "version": "1.1.2-0",
3
+ "version": "1.2.0",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rm -rf dist && tsc -b",
@@ -49,6 +49,5 @@
49
49
  "README.md",
50
50
  "CHANGELOG.md",
51
51
  "LICENSE"
52
- ],
53
- "stableVersion": "1.1.1"
52
+ ]
54
53
  }