Skip to content

Commit bba33bd

Browse files
github-actions[bot]github-actionslegobeat
authored
0.3.0 (#18)
--------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
1 parent 908db1e commit bba33bd

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.3.0]
10+
### Fixed
11+
- **BREAKING**: Add peerDependency @babel/runtime@^7.0.0 ([#14](https://github.com/MetaMask/ethjs-util/pull/14))
12+
- Upgrade babel from 6 to 7 ([#14](https://github.com/MetaMask/ethjs-util/pull/14))
13+
- Upgrade webpack from 2 to 3 ([#13](https://github.com/MetaMask/ethjs-util/pull/13))
14+
- Replace Buffer() with Buffer.from / Buffer.alloc ([#15](https://github.com/MetaMask/ethjs-util/pull/15))
15+
916
## [0.2.0]
1017
### Changed
1118
- **BREAKING**: Rename package from `ethjs-util` to `@metamask/ethjs-util`
@@ -82,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8289
- linting
8390
- basic exports
8491

85-
[Unreleased]: https://github.com/MetaMask/ethjs-util/compare/v0.2.0...HEAD
92+
[Unreleased]: https://github.com/MetaMask/ethjs-util/compare/v0.3.0...HEAD
93+
[0.3.0]: https://github.com/MetaMask/ethjs-util/compare/v0.2.0...v0.3.0
8694
[0.2.0]: https://github.com/MetaMask/ethjs-util/compare/v0.1.6...v0.2.0
8795
[0.1.6]: https://github.com/MetaMask/ethjs-util/compare/v0.1.5...v0.1.6
8896
[0.1.5]: https://github.com/MetaMask/ethjs-util/compare/v0.1.4...v0.1.5

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
@@ -232,5 +232,5 @@
232232
"test:clean": "rimraf ./coverage",
233233
"test:lib": "mocha ./lib/tests/**/*.js -R spec --timeout 2000000"
234234
},
235-
"version": "0.2.0"
235+
"version": "0.3.0"
236236
}

0 commit comments

Comments
 (0)