Skip to content

Commit b83ef12

Browse files
github-actions[bot]github-actionsFrederikBolding
authored
11.9.0 (#274)
This is the release candidate for version 11.9.0. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 11.9.0 adding `sha256` utility, updating changelog links, and bumping package version. > > - **Release 11.9.0**: > - **Changelog**: Add `11.9.0` section noting new `sha256` utility; update `[Unreleased]` and add `[11.9.0]` compare links in `CHANGELOG.md`. > - **Version**: Bump `package.json` `version` to `11.9.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 5b6c19c. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent be13e2b commit b83ef12

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [11.9.0]
11+
12+
### Added
13+
14+
- Add `sha256` utility function ([#273](https://github.com/MetaMask/utils/pull/273))
15+
1016
## [11.8.1]
1117

1218
### Changed
@@ -474,7 +480,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
474480
475481
- Initial release
476482
477-
[Unreleased]: https://github.com/MetaMask/utils/compare/v11.8.1...HEAD
483+
[Unreleased]: https://github.com/MetaMask/utils/compare/v11.9.0...HEAD
484+
[11.9.0]: https://github.com/MetaMask/utils/compare/v11.8.1...v11.9.0
478485
[11.8.1]: https://github.com/MetaMask/utils/compare/v11.8.0...v11.8.1
479486
[11.8.0]: https://github.com/MetaMask/utils/compare/v11.7.0...v11.8.0
480487
[11.7.0]: https://github.com/MetaMask/utils/compare/v11.6.0...v11.7.0

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": "11.8.1",
3+
"version": "11.9.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)