Skip to content

Commit

Permalink
Package: WP JS Data Sync 0.4.1 update (#35349)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity authored Jan 30, 2024
1 parent 9b04b86 commit 93f0f5f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions projects/packages/wp-js-data-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.4.1] - 2024-01-30
### Changed
- DataSync: Improve error logging [#35114]

## [0.4.0] - 2024-01-22
### Added
- Added schema validation to datasync actions [#34910]
Expand Down Expand Up @@ -54,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Jetpack Boost: Fix assoc_array schema validation. [#29611]

[0.4.1]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.2.1...v0.2.2
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/wp-js-data-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-wp-js-data-sync",
"version": "0.4.1-alpha",
"version": "0.4.1",
"description": "A package to setup REST API and script localization to pass data to a JavaScript client.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/wp-js-data-sync/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/wp-js-data-sync/src/class-data-sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

final class Data_Sync {

const PACKAGE_VERSION = '0.4.1-alpha';
const PACKAGE_VERSION = '0.4.1';

/**
* @var Registry
Expand Down

0 comments on commit 93f0f5f

Please sign in to comment.