@subql/common-substrate 4.0.1 → 4.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.
- package/CHANGELOG.md +8 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/project/utils.d.ts +1 -2
- package/dist/project/utils.js +1 -9
- package/dist/project/utils.js.map +1 -1
- package/package.json +2 -2
- package/src/project/utils.ts +0 -16
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [4.1.0] - 2024-07-11
|
|
10
|
+
### Removed
|
|
11
|
+
- Unused functions (#2484)
|
|
12
|
+
### Changed
|
|
13
|
+
- Bump with `subql/common`
|
|
14
|
+
|
|
9
15
|
## [4.0.1] - 2024-07-09
|
|
10
16
|
### Changed
|
|
11
17
|
- Changes to ts build settings (#2475)
|
|
@@ -165,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
165
171
|
### Added
|
|
166
172
|
- init commit
|
|
167
173
|
|
|
168
|
-
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.0
|
|
174
|
+
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.1.0...HEAD
|
|
175
|
+
[4.1.0]: https://github.com/subquery/subql/compare/common-substrate/4.0.1...common-substrate/4.1.0
|
|
169
176
|
[4.0.1]: https://github.com/subquery/subql/compare/common-substrate/4.0.0...common-substrate/4.0.1
|
|
170
177
|
[4.0.0]: https://github.com/subquery/subql/compare/common-substrate/3.8.1...common-substrate/4.0.0
|
|
171
178
|
[3.8.1]: https://github.com/subquery/subql/compare/common-substrate/3.8.0...common-substrate/3.8.1
|