From 5db8b88a2b440d155dd44eec4e23af323e761a80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:17:43 -0700 Subject: [PATCH] 0.9.1 (#225) Co-authored-by: github-actions --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d49043e..255def9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.1] +### Uncategorized +- Add npm publish to gh actions workflow ([#224](https://github.com/MetaMask/api-specs/pull/224)) + ## [0.9.0] ### Uncategorized - Fixed execution-apis spec version to specific commit + added API Reference docs to README ([#222](https://github.com/MetaMask/api-specs/pull/222)) @@ -179,7 +183,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69)) -[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/MetaMask/api-specs/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/MetaMask/api-specs/compare/v0.8.4...v0.9.0 [0.8.4]: https://github.com/MetaMask/api-specs/compare/v0.8.3...v0.8.4 [0.8.3]: https://github.com/MetaMask/api-specs/compare/v0.8.2...v0.8.3 diff --git a/package.json b/package.json index 2083433..f775dcf 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "ts-jest": "^29.0.5", "typescript": "~4.8.4" }, - "version": "0.9.0" + "version": "0.9.1" }