Skip to content

Commit 375f351

Browse files
zinigormatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12239030304 Upstream-Ref: Automattic/jetpack@43d124e
1 parent bca1e00 commit 375f351

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.56.4-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.56.4] - 2024-12-09
129
### Changed
13-
- Updated package dependencies.
10+
- Updated package dependencies. [#40363]
1411

1512
## [0.56.3] - 2024-12-02
1613
### Changed
@@ -786,7 +783,7 @@ This is an alpha version! The changes listed here are not final.
786783
- Updated package dependencies.
787784
- Update package.json metadata.
788785

789-
[0.56.4-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.3...v0.56.4-alpha
786+
[0.56.4]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.3...v0.56.4
790787
[0.56.3]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.2...v0.56.3
791788
[0.56.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.1...v0.56.2
792789
[0.56.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.0...v0.56.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.2.0-alpha",
8+
"automattic/jetpack-connection": "^6.2.0",
99
"automattic/jetpack-autoloader": "^5.0.0",
1010
"automattic/jetpack-config": "^3.0.0",
1111
"automattic/jetpack-assets": "^4.0.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@automattic/jetpack-publicize",
4-
"version": "0.56.4-alpha",
4+
"version": "0.56.4",
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": {

0 commit comments

Comments
 (0)