Skip to content

Commit 58b9318

Browse files
Release 27.0.0 (#2044)
Tiny release to fix a missing export in the Snaps SDK.
1 parent 25dff24 commit 58b9318

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "26.0.0",
3+
"version": "27.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-sdk/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.3.1]
10+
### Fixed
11+
- Export error wrappers ([#2043](https://github.com/MetaMask/snaps/pull/2043))
12+
913
## [1.3.0]
1014
### Added
1115
- Add image fetching utility functions ([#1995](https://github.com/MetaMask/snaps/pull/1995))
@@ -29,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2933
### Added
3034
- Initial release of this package.
3135

32-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
36+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
37+
[1.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
3338
[1.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
3439
[1.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
3540
[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-sdk",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/MetaMask/snaps.git"

0 commit comments

Comments
 (0)