@subql/common-solana 1.1.1 → 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.
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
+ ## [1.2.0] - 2025-09-15
10
+ ### Added
11
+ - Util function to get discriminator from name (#25)
12
+
9
13
  ## [1.1.1] - 2025-09-10
10
14
  ### Fixed
11
15
  - Codegen not using granular imports for codama types (#21)
@@ -30,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
34
  ### Changed
31
35
  - Initial release
32
36
 
33
- [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
34
39
  [1.1.1]: https://github.com/subquery/subql-solana/compare/common-solana/1.1.0...common-solana/1.1.1
35
40
  [1.1.0]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.2...common-solana/1.1.0
36
41
  [1.0.2]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.1...common-solana/1.0.2