@subql/types-solana 1.0.3-0 → 1.1.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.1.0] - 2025-09-09
8
10
  ### Added
9
11
  - Decoder interface into the global sandbox (#19)
10
12
 
@@ -20,7 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
22
  ### Changed
21
23
  - Initial release
22
24
 
23
- [Unreleased]: https://github.com/subquery/subql-solana/compare/types-solana/1.0.2...HEAD
25
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/types-solana/1.1.0...HEAD
26
+ [1.1.0]: https://github.com/subquery/subql-solana/compare/types-solana/1.0.2...types-solana/1.1.0
24
27
  [1.0.2]: https://github.com/subquery/subql-solana/compare/types-solana/1.0.1...types-solana/1.0.2
25
28
  [1.0.1]: https://github.com/subquery/subql-solana/compare/types-solana/1.0.0...types-solana/1.0.1
26
29
  [1.0.0]: https://github.com/subquery/subql-solana/releases/tag/types-solana/1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-solana",
3
- "version": "1.0.3-0",
3
+ "version": "1.1.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql-solana",
6
6
  "repository": "github:subquery/subql-solana",
@@ -28,6 +28,5 @@
28
28
  "dependencies": {
29
29
  "@solana/kit": "^3.0.2",
30
30
  "@subql/types-core": "^2.1.1"
31
- },
32
- "stableVersion": "1.0.2"
31
+ }
33
32
  }