Skip to content

Commit 9452f88

Browse files
github-actions[bot]github-actionsMrtenzmcmirelegobeat
authored
8.2.0 (#150)
* 8.2.0 * Update CHANGELOG.md * Add extra PR for error utils --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com> Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
1 parent 2f0005a commit 9452f88

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [8.2.0]
10+
### Added
11+
- Add struct utils for validating JSON objects with optional values ([#136](https://github.com/MetaMask/utils/pull/136))
12+
- Add filesystem utils ([#148](https://github.com/MetaMask/utils/pull/148))
13+
- Add error utils ([#146](https://github.com/MetaMask/utils/pull/146), [#151](https://github.com/MetaMask/utils/pull/151))
14+
- Add base64 encoding and decoding functions ([#145](https://github.com/MetaMask/utils/pull/145))
15+
16+
### Changed
17+
- Use `tsup` for bundling ([#144](https://github.com/MetaMask/utils/pull/144))
18+
- This makes the package fully compliant with ES modules.
19+
- Bump `@ethereumjs/tx` from `4.1.2` to `4.2.0` ([#133](https://github.com/MetaMask/utils/pull/133))
20+
921
## [8.1.0]
1022
### Changed
1123
- Make types for JSON-RPC-related structs more accurate ([#134](https://github.com/MetaMask/utils/pull/134))
@@ -192,7 +204,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
192204
### Added
193205
- Initial release
194206

195-
[Unreleased]: https://github.com/MetaMask/utils/compare/v8.1.0...HEAD
207+
[Unreleased]: https://github.com/MetaMask/utils/compare/v8.2.0...HEAD
208+
[8.2.0]: https://github.com/MetaMask/utils/compare/v8.1.0...v8.2.0
196209
[8.1.0]: https://github.com/MetaMask/utils/compare/v8.0.0...v8.1.0
197210
[8.0.0]: https://github.com/MetaMask/utils/compare/v7.1.0...v8.0.0
198211
[7.1.0]: https://github.com/MetaMask/utils/compare/v7.0.0...v7.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/utils",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase",
55
"homepage": "https://github.com/MetaMask/utils#readme",
66
"bugs": {

0 commit comments

Comments
 (0)