Skip to content

Commit

Permalink
7.1.0 (#126)
Browse files Browse the repository at this point in the history
* 7.1.0

* update changelog

* Update CHANGELOG.md

Co-authored-by: Shane <jonas.shane@gmail.com>

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jiexi Luan <jiexiluan@gmail.com>
Co-authored-by: Shane <jonas.shane@gmail.com>
  • Loading branch information
4 people authored Aug 1, 2023
1 parent 2653a1a commit 4cffdd4
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]

## [7.1.0]
### Added
- CAIP-2 and CAIP-10 Types ([#116](https://github.com/MetaMask/utils/pull/116))

## [7.0.0]
### Added
- Add `getKnownPropertyNames` function ([#111](https://github.com/MetaMask/utils/pull/111))
Expand Down Expand Up @@ -174,7 +178,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/v7.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/utils/compare/v7.1.0...HEAD
[7.1.0]: https://github.com/MetaMask/utils/compare/v7.0.0...v7.1.0
[7.0.0]: https://github.com/MetaMask/utils/compare/v6.2.0...v7.0.0
[6.2.0]: https://github.com/MetaMask/utils/compare/v6.1.0...v6.2.0
[6.1.0]: https://github.com/MetaMask/utils/compare/v6.0.1...v6.1.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": "7.0.0",
"version": "7.1.0",
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase",
"homepage": "https://github.com/MetaMask/utils#readme",
"bugs": {
Expand Down

0 comments on commit 4cffdd4

Please sign in to comment.