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