diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a722eb..fcf1280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.6.5-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.6.5] - 2024-10-28 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39910] ## [0.6.4] - 2024-10-14 ### Changed @@ -141,7 +138,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Add wordpress folder on gitignore. [#37177] -[0.6.5-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.4...v0.6.5-alpha +[0.6.5]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.4...v0.6.5 [0.6.4]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.3...v0.6.4 [0.6.3]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.1...v0.6.2 diff --git a/package.json b/package.json index 24a9be5..7c95807 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-classic-theme-helper", - "version": "0.6.5-alpha", + "version": "0.6.5", "description": "Features used with classic themes", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/classic-theme-helper/#readme", "bugs": { diff --git a/src/class-main.php b/src/class-main.php index 1c28ac7..4817a60 100644 --- a/src/class-main.php +++ b/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.6.5-alpha'; + const PACKAGE_VERSION = '0.6.5'; /** * Modules to include.