File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 0.56.5-alpha] - unreleased
9-
10- This is an alpha version! The changes listed here are not final.
11-
8+ ## [ 0.56.5] - 2024-12-16
129### Changed
13- - Updated package dependencies.
10+ - Updated package dependencies. [ # 40564 ]
1411
1512## [ 0.56.4] - 2024-12-09
1613### Changed
@@ -790,7 +787,7 @@ This is an alpha version! The changes listed here are not final.
790787- Updated package dependencies.
791788- Update package.json metadata.
792789
793- [ 0.56.5-alpha ] : https://github.com/Automattic/jetpack-publicize/compare/v0.56.4...v0.56.5-alpha
790+ [ 0.56.5 ] : https://github.com/Automattic/jetpack-publicize/compare/v0.56.4...v0.56.5
794791[ 0.56.4 ] : https://github.com/Automattic/jetpack-publicize/compare/v0.56.3...v0.56.4
795792[ 0.56.3 ] : https://github.com/Automattic/jetpack-publicize/compare/v0.56.2...v0.56.3
796793[ 0.56.2 ] : https://github.com/Automattic/jetpack-publicize/compare/v0.56.1...v0.56.2
Original file line number Diff line number Diff line change 55 "license" : " GPL-2.0-or-later" ,
66 "require" : {
77 "php" : " >=7.2" ,
8- "automattic/jetpack-connection" : " ^6.2.1-alpha " ,
8+ "automattic/jetpack-connection" : " ^6.2.1" ,
99 "automattic/jetpack-autoloader" : " ^5.0.0" ,
1010 "automattic/jetpack-config" : " ^3.0.0" ,
11- "automattic/jetpack-assets" : " ^4.0.2-alpha " ,
11+ "automattic/jetpack-assets" : " ^4.0.2" ,
1212 "automattic/jetpack-redirect" : " ^3.0.1" ,
1313 "automattic/jetpack-plans" : " ^0.5.1" ,
1414 "automattic/jetpack-status" : " ^5.0.1"
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " @automattic/jetpack-publicize" ,
4- "version" : " 0.56.5-alpha " ,
4+ "version" : " 0.56.5" ,
55 "description" : " Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post." ,
66 "homepage" : " https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/publicize/#readme" ,
77 "bugs" : {
You can’t perform that action at this time.
0 commit comments