diff --git a/CHANGELOG.md b/CHANGELOG.md index 4811207..e6a7d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ ### This is a list detailing changes for the Jetpack RNA Connection Component releases. -## [0.36.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [0.36.1] - 2024-12-09 +### Changed +- Internal updates. ## [0.36.0] - 2024-12-04 ### Changed @@ -910,7 +910,7 @@ This is an alpha version! The changes listed here are not final. - `Main` and `ConnectUser` components added. - `JetpackRestApiClient` API client added. -[0.36.1-alpha]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.0...v0.36.1-alpha +[0.36.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.0...v0.36.1 [0.36.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.20...v0.36.0 [0.35.20]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.19...v0.35.20 [0.35.19]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.18...v0.35.19 diff --git a/package.json b/package.json index 79d20d4..030cabd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-connection", - "version": "0.36.1-alpha", + "version": "0.36.1", "description": "Jetpack Connection Component", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme", "bugs": { @@ -16,7 +16,7 @@ "dependencies": { "@automattic/jetpack-analytics": "^0.1.33", "@automattic/jetpack-api": "^0.17.20", - "@automattic/jetpack-components": "^0.64.1-alpha", + "@automattic/jetpack-components": "^0.64.1", "@automattic/jetpack-config": "^0.1.27", "@automattic/jetpack-script-data": "^0.1.5", "@wordpress/base-styles": "5.13.0",