diff --git a/CHANGELOG.md b/CHANGELOG.md index e9fad15..ca4bb53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,10 @@ 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.25.6-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.25.6] - 2025-01-06 ### Changed -- Updated dependencies. -- Updated package dependencies. +- Updated dependencies. [#40709] +- Updated package dependencies. [#40705] [#40784] [#40797] [#40798] [#40810] [#40830] [#40841] [#40844] ## [0.25.5] - 2024-12-16 ### Changed @@ -1512,7 +1509,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created empty package [#24952] -[0.25.6-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.5...v0.25.6-alpha +[0.25.6]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.5...v0.25.6 [0.25.5]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.4...v0.25.5 [0.25.4]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.3...v0.25.4 [0.25.3]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.2...v0.25.3 diff --git a/package.json b/package.json index e7954e0..b8e6424 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-videopress", - "version": "0.25.6-alpha", + "version": "0.25.6", "description": "VideoPress package", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme", "bugs": { @@ -63,7 +63,7 @@ "@automattic/jetpack-base-styles": "^0.6.39", "@automattic/jetpack-components": "^0.65.2", "@automattic/jetpack-connection": "^0.36.3", - "@automattic/jetpack-shared-extension-utils": "^0.16.3-alpha", + "@automattic/jetpack-shared-extension-utils": "^0.16.3", "@wordpress/api-fetch": "7.14.0", "@wordpress/blob": "4.14.0", "@wordpress/block-editor": "14.9.0", diff --git a/src/class-package-version.php b/src/class-package-version.php index 37438ad..414d6db 100644 --- a/src/class-package-version.php +++ b/src/class-package-version.php @@ -11,7 +11,7 @@ * The Package_Version class. */ class Package_Version { - const PACKAGE_VERSION = '0.25.6-alpha'; + const PACKAGE_VERSION = '0.25.6'; const PACKAGE_SLUG = 'videopress';