Skip to content

Commit

Permalink
3.4.1 (#72)
Browse files Browse the repository at this point in the history
* 3.4.1

* Update CHANGELOG.md

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Frederik Bolding <[email protected]>
  • Loading branch information
3 people authored Jan 6, 2023
1 parent 4c51f6d commit c29ba04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.4.1]
### Fixed
- Bump `superstruct` to `^1.0.3` ([#71](https://github.com/MetaMask/utils/pull/71))

## [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))
Expand Down Expand Up @@ -100,7 +104,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.4.0...HEAD
[Unreleased]: https://github.com/MetaMask/utils/compare/v3.4.1...HEAD
[3.4.1]: https://github.com/MetaMask/utils/compare/v3.4.0...v3.4.1
[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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/utils",
"version": "3.4.0",
"version": "3.4.1",
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.",
"repository": {
"type": "git",
Expand Down

0 comments on commit c29ba04

Please sign in to comment.