From 4651e202189af1da40794f8ff546516e10ebea78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 07:39:14 -0800 Subject: [PATCH] 0.4.4 (#173) 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 f61ab5e..a2b9455 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.4.4] +### Uncategorized +- Add description for index page ([#172](https://github.com/MetaMask/api-specs/pull/172)) + ## [0.4.3] ### Uncategorized - Added web3_clientVersion ([#164](https://github.com/MetaMask/api-specs/pull/164)) @@ -116,7 +120,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.4.3...HEAD +[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.4.4...HEAD +[0.4.4]: https://github.com/MetaMask/api-specs/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/MetaMask/api-specs/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/MetaMask/api-specs/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/MetaMask/api-specs/compare/v0.4.0...v0.4.1 diff --git a/package.json b/package.json index bf848d2..c330981 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,5 @@ "typescript": "~4.8.4", "nodemon": "^2.0.22" }, - "version": "0.4.3" + "version": "0.4.4" }