@subql/common-substrate 4.1.2-0 → 4.2.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 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
+ ### Changed
9
+ - Update dependencies (#2518)
10
+
11
+ ## [4.2.0] - 2024-08-01
8
12
  ### Added
9
13
  - Updated `@subql\common` with support for endpoint specific configs (#2511)
10
14
 
@@ -179,7 +183,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
179
183
  ### Added
180
184
  - init commit
181
185
 
182
- [Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.1.1...HEAD
186
+ [Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.2.0...HEAD
187
+ [4.2.0]: https://github.com/subquery/subql/compare/common-substrate/4.1.1...common-substrate/4.2.0
183
188
  [4.1.1]: https://github.com/subquery/subql/compare/common-substrate/4.1.0...common-substrate/4.1.1
184
189
  [4.1.0]: https://github.com/subquery/subql/compare/common-substrate/4.0.1...common-substrate/4.1.0
185
190
  [4.0.1]: https://github.com/subquery/subql/compare/common-substrate/4.0.0...common-substrate/4.0.1