Skip to content

Commit 5e87841

Browse files
github-actions[bot]github-actionslegobeat
authored
0.5.2 (#37)
--------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
1 parent 394ad4b commit 5e87841

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.5.2]
10+
### Changed
11+
- Bump `@metamask/ethjs-format` from `^0.2.8` to `^0.2.9` ([#38](https://github.com/MetaMask/ethjs-query/pull/38))
12+
13+
### Fixed
14+
- Restrict `@metamask/ethjs-rpc` to `^0.3.0 !0.3.1` ([#38](https://github.com/MetaMask/ethjs-query/pull/38))
15+
- Dependency update in `@metamask/ethjs-rpc@0.3.1` is not supposed to land prior to `0.6.0`
16+
917
## [0.5.1]
1018
### Changed
1119
- Update from `ethjs-format@0.2.7`to `@metamask/ethjs-format@^0.2.8` ([#26](https://github.com/MetaMask/ethjs-query/pull/26))
@@ -159,7 +167,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159167
- linting
160168
- basic exports
161169

162-
[Unreleased]: https://github.com/MetaMask/ethjs-query/compare/v0.5.1...HEAD
170+
[Unreleased]: https://github.com/MetaMask/ethjs-query/compare/v0.5.2...HEAD
171+
[0.5.2]: https://github.com/MetaMask/ethjs-query/compare/v0.5.1...v0.5.2
163172
[0.5.1]: https://github.com/MetaMask/ethjs-query/compare/v0.5.0...v0.5.1
164173
[0.5.0]: https://github.com/MetaMask/ethjs-query/compare/v0.4.0...v0.5.0
165174
[0.4.0]: https://github.com/MetaMask/ethjs-query/compare/v0.3.8...v0.4.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/ethjs-query",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "A simple query layer for the Ethereum RPC.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)