Skip to content

Commit ea9c9fe

Browse files
github-actions[bot]github-actionsshanejonas
authored
0.0.34 (#85)
* 0.0.34 * Update CHANGELOG.md Co-authored-by: github-actions <[email protected]> Co-authored-by: Shane <[email protected]>
1 parent 8dd83ce commit ea9c9fe

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.34]
10+
### Added
11+
- homepage to package.json ([#84](https://github.com/MetaMask/api-specs/pull/84))
12+
913
## [0.0.33]
1014
### Changed
1115
- publish-release.yml ([#82](https://github.com/MetaMask/api-specs/pull/82))
@@ -37,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3741
### Fixed
3842
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
3943

40-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.0.33...HEAD
44+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.0.34...HEAD
45+
[0.0.34]: https://github.com/MetaMask/api-specs/compare/v0.0.33...v0.0.34
4146
[0.0.33]: https://github.com/MetaMask/api-specs/compare/v0.0.32...v0.0.33
4247
[0.0.32]: https://github.com/MetaMask/api-specs/compare/v0.0.31...v0.0.32
4348
[0.0.31]: https://github.com/MetaMask/api-specs/compare/v0.0.30...v0.0.31

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"node-fetch": "^2.6.1",
2727
"typescript": "^4.2.3"
2828
},
29-
"version": "0.0.33"
29+
"version": "0.0.34"
3030
}

0 commit comments

Comments
 (0)