@subql/common-stellar 4.4.1 → 4.4.2

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 +1 -1
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.4.2] - 2025-05-01
10
+ ### Changed
11
+ - Re release of previously failed release
12
+
9
13
  ## [4.4.1] - 2025-05-01
10
14
  ### Changed
11
15
  - Update `@subql/common`
@@ -107,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107
111
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
108
112
 
109
113
  ## [2.3.0] - 2023-09-12
110
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.1...HEAD
114
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.2...HEAD
115
+ [4.4.2]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.1...common-stellar/4.4.2
111
116
  [4.4.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.0...common-stellar/4.4.1
112
117
  [4.4.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.3.0...common-stellar/4.4.0
113
118
  [4.3.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.2.2...common-stellar/4.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/common-stellar",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rm -rf dist && tsc -b",