Skip to content

Commit da13ef8

Browse files
github-actions[bot]github-actionslegobeat
authored
0.7.0 (#28)
--------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
1 parent f6f3f69 commit da13ef8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.7.0]
10+
### Changed
11+
- Update from `ethjs-format@0.2.7` to `@metamask/ethjs-format@^0.3.0` ([#26](https://github.com/MetaMask/ethjs-query/pull/26))
12+
- Users are encouraged to switch peer packages from `ethjs-*` to `@metamask/ethjs-*` where available.
13+
914
## [0.6.0]
1015
### Changed
1116
- **BREAKING**: `@babel/runtime@^7.0.0` is now a peerDependency ([#10](https://github.com/MetaMask/ethjs-query/pull/10))
@@ -161,7 +166,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
161166
- linting
162167
- basic exports
163168

164-
[Unreleased]: https://github.com/MetaMask/ethjs-query/compare/v0.6.0...HEAD
169+
[Unreleased]: https://github.com/MetaMask/ethjs-query/compare/v0.7.0...HEAD
170+
[0.7.0]: https://github.com/MetaMask/ethjs-query/compare/v0.6.0...v0.7.0
165171
[0.6.0]: https://github.com/MetaMask/ethjs-query/compare/v0.5.0...v0.6.0
166172
[0.5.0]: https://github.com/MetaMask/ethjs-query/compare/v0.4.0...v0.5.0
167173
[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.6.0",
3+
"version": "0.7.0",
44
"description": "A simple query layer for the Ethereum RPC.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)