Skip to content

Commit cd8067a

Browse files
zinigormatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12467361248 Upstream-Ref: Automattic/jetpack@b0ad078
1 parent 288cbc7 commit cd8067a

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ 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.57.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.57.0] - 2024-12-23
129
### Changed
13-
- Moved wpcom/v2/publicize/connections endpoint to publicize package
14-
- Script data: Don't call service endpoint on wpcom
10+
- Moved wpcom/v2/publicize/connections endpoint to publicize package. [#40607]
11+
- Script data: Don't call service endpoint on wpcom. [#40596]
1512

1613
## [0.56.5] - 2024-12-16
1714
### Changed
@@ -795,7 +792,7 @@ This is an alpha version! The changes listed here are not final.
795792
- Updated package dependencies.
796793
- Update package.json metadata.
797794

798-
[0.57.0-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.5...v0.57.0-alpha
795+
[0.57.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.5...v0.57.0
799796
[0.56.5]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.4...v0.56.5
800797
[0.56.4]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.3...v0.56.4
801798
[0.56.3]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.2...v0.56.3

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.57.0-alpha",
4+
"version": "0.57.0",
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)