Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity authored and matticbot committed Jan 6, 2025
1 parent 62acdf2 commit 8a09475
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ 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).

## [6.2.2-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [6.2.2] - 2025-01-06
### Added
- Added tests to increase code coverage.
- Added tests to increase code coverage. [#39963]

### Changed
- Updated package dependencies.
- Updated package dependencies. [#40831]

## [6.2.1] - 2024-12-16
### Changed
Expand Down Expand Up @@ -1281,7 +1278,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[6.2.2-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.2.1...v6.2.2-alpha
[6.2.2]: https://github.com/Automattic/jetpack-connection/compare/v6.2.1...v6.2.2
[6.2.1]: https://github.com/Automattic/jetpack-connection/compare/v6.2.0...v6.2.1
[6.2.0]: https://github.com/Automattic/jetpack-connection/compare/v6.1.1...v6.2.0
[6.1.1]: https://github.com/Automattic/jetpack-connection/compare/v6.1.0...v6.1.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"watch": "pnpm run build && pnpm webpack watch"
},
"dependencies": {
"@automattic/jetpack-connection": "^0.36.3-alpha",
"@automattic/jetpack-connection": "^0.36.3",
"@automattic/jetpack-idc": "workspace:*",
"@wordpress/data": "10.14.0",
"@wordpress/element": "6.14.0"
Expand Down
2 changes: 1 addition & 1 deletion src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '6.2.2-alpha';
const PACKAGE_VERSION = '6.2.2';

const PACKAGE_SLUG = 'connection';

Expand Down

0 comments on commit 8a09475

Please sign in to comment.