Skip to content

Commit

Permalink
3.0.1 (#24)
Browse files Browse the repository at this point in the history
* 3.0.1

* Update changelog

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
  • Loading branch information
3 people authored Aug 19, 2022
1 parent 43a236e commit 3abe4ff
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.0.1]
### Fixed
- Promote `@types/debug` from development dependencies to production dependencies ([#23](https://github.com/MetaMask/utils/pull/23))

## [3.0.0]
### Added
- Add logging functions ([#20](https://github.com/MetaMask/utils/pull/20))
Expand Down Expand Up @@ -50,7 +54,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.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/utils/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/MetaMask/utils/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/MetaMask/utils/compare/v2.1.0...v3.0.0
[2.1.0]: https://github.com/MetaMask/utils/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/MetaMask/utils/compare/v1.0.0...v2.0.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.0.0",
"version": "3.0.1",
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3abe4ff

Please sign in to comment.