Skip to content

Commit 8993793

Browse files
github-actions[bot]github-actionslegobeat
authored
0.5.1 (#36)
--------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
1 parent 9830671 commit 8993793

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.1]
10+
### Changed
11+
- Update from `ethjs-format@0.2.7`to `@metamask/ethjs-format@^0.2.8` ([#26](https://github.com/MetaMask/ethjs-query/pull/26))
12+
- Update from `ethjs-rpc@0.2.0` to `@metamask/ethjs-rpc@^0.3.0` ([#22](https://github.com/MetaMask/ethjs-query/pull/22))
13+
- docs: change examples to use `@metamask/` forks of `ethjs-` packages ([#29](https://github.com/MetaMask/ethjs-query/pull/29))
14+
915
## [0.5.0]
1016
### Changed
1117
- change to error reporting
@@ -153,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
153159
- linting
154160
- basic exports
155161

156-
[Unreleased]: https://github.com/MetaMask/ethjs-query/compare/v0.5.0...HEAD
162+
[Unreleased]: https://github.com/MetaMask/ethjs-query/compare/v0.5.1...HEAD
163+
[0.5.1]: https://github.com/MetaMask/ethjs-query/compare/v0.5.0...v0.5.1
157164
[0.5.0]: https://github.com/MetaMask/ethjs-query/compare/v0.4.0...v0.5.0
158165
[0.4.0]: https://github.com/MetaMask/ethjs-query/compare/v0.3.8...v0.4.0
159166
[0.3.8]: https://github.com/MetaMask/ethjs-query/compare/v0.3.7...v0.3.8

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.0",
3+
"version": "0.5.1",
44
"description": "A simple query layer for the Ethereum RPC.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)