Skip to content

Commit

Permalink
3.4.0 (#70)
Browse files Browse the repository at this point in the history
* 3.4.0

* Update changelog

* Remove newline

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
  • Loading branch information
3 people committed Jan 5, 2023
1 parent 6203637 commit ef4a890
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.4.0]
### Added
- Add types and utility functions for validating versions and checksums ([#67](https://github.com/MetaMask/utils/pull/67), [#69](https://github.com/MetaMask/utils/pull/69))

### Fixed
- JSON-RPC types now have a default generic `Params` value ([#54](https://github.com/MetaMask/utils/pull/54))

## [3.3.1]
### Fixed
- JSON-RPC parameters are now properly cast to Json upon validation ([#51](https://github.com/MetaMask/utils/pull/51))
Expand Down Expand Up @@ -93,7 +100,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/MetaMask/utils/compare/v3.3.1...HEAD
[Unreleased]: https://github.com/MetaMask/utils/compare/v3.4.0...HEAD
[3.4.0]: https://github.com/MetaMask/utils/compare/v3.3.1...v3.4.0
[3.3.1]: https://github.com/MetaMask/utils/compare/v3.3.0...v3.3.1
[3.3.0]: https://github.com/MetaMask/utils/compare/v3.2.0...v3.3.0
[3.2.0]: https://github.com/MetaMask/utils/compare/v3.1.0...v3.2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@metamask/utils",
"version": "3.3.1",
"version": "3.4.0",
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.",
"repository": {
"type": "git",
Expand Down

0 comments on commit ef4a890

Please sign in to comment.