Skip to content

Commit e5bc219

Browse files
github-actions[bot]github-actionsMrtenz
authored
7.0.0 (#125)
* 7.0.0 * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent a244fa9 commit e5bc219

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [7.0.0]
10+
### Added
11+
- Add `getKnownPropertyNames` function ([#111](https://github.com/MetaMask/utils/pull/111))
12+
13+
### Changed
14+
- **BREAKING:** Build the package as both CJS and ESM ([#115](https://github.com/MetaMask/utils/pull/115), [#124](https://github.com/MetaMask/utils/pull/124))
15+
- It's no longer possible to import from the `dist` folder. Everything must be imported from `@metamask/utils`.
16+
- Bump `semver` to `^7.5.4` ([#123](https://github.com/MetaMask/utils/pull/123))
17+
918
## [6.2.0]
1019
### Added
1120
- Add address related utils ([#112](https://github.com/MetaMask/utils/pull/112))
@@ -165,7 +174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
165174
### Added
166175
- Initial release
167176

168-
[Unreleased]: https://github.com/MetaMask/utils/compare/v6.2.0...HEAD
177+
[Unreleased]: https://github.com/MetaMask/utils/compare/v7.0.0...HEAD
178+
[7.0.0]: https://github.com/MetaMask/utils/compare/v6.2.0...v7.0.0
169179
[6.2.0]: https://github.com/MetaMask/utils/compare/v6.1.0...v6.2.0
170180
[6.1.0]: https://github.com/MetaMask/utils/compare/v6.0.1...v6.1.0
171181
[6.0.1]: https://github.com/MetaMask/utils/compare/v6.0.0...v6.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/utils",
3-
"version": "6.2.0",
3+
"version": "7.0.0",
44
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase",
55
"homepage": "https://github.com/MetaMask/utils#readme",
66
"bugs": {

0 commit comments

Comments
 (0)