Skip to content

Commit f7342cb

Browse files
github-actions[bot]github-actionsshanejonas
authored
0.0.32 (#81)
* 0.0.32 * Update CHANGELOG.md Co-authored-by: github-actions <[email protected]> Co-authored-by: Shane <[email protected]>
1 parent 1d1c5fb commit f7342cb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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+
## [0.0.32]
10+
### Fixed
11+
- automated build release branch ([#80](https://github.com/MetaMask/api-specs/pull/80))
12+
913
## [0.0.31]
1014
### Added
1115
- link to encoding example to `personal_sign` ([#77](https://github.com/MetaMask/api-specs/pull/77))
@@ -29,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2933
### Fixed
3034
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
3135

32-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.0.31...HEAD
36+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.0.32...HEAD
37+
[0.0.32]: https://github.com/MetaMask/api-specs/compare/v0.0.31...v0.0.32
3338
[0.0.31]: https://github.com/MetaMask/api-specs/compare/v0.0.30...v0.0.31
3439
[0.0.30]: https://github.com/MetaMask/api-specs/compare/v0.0.29...v0.0.30
3540
[0.0.29]: https://github.com/MetaMask/api-specs/compare/v0.0.28...v0.0.29

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"node-fetch": "^2.6.1",
2626
"typescript": "^4.2.3"
2727
},
28-
"version": "0.0.31"
28+
"version": "0.0.32"
2929
}

0 commit comments

Comments
 (0)