We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb4df6 commit a653900Copy full SHA for a653900
CHANGELOG.md
@@ -6,4 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
-[Unreleased]: https://github.com/MetaMask/utils/
+## [1.0.0]
10
+### Added
11
+- Initial release
12
+
13
+[Unreleased]: https://github.com/MetaMask/utils/compare/v1.0.0...HEAD
14
+[1.0.0]: https://github.com/MetaMask/utils/releases/tag/v1.0.0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@metamask/utils",
3
- "version": "0.0.0",
+ "version": "1.0.0",
4
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.",
5
"repository": {
"type": "git",
0 commit comments