Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Jan 25, 2024
1 parent 7c63ef5 commit 37fe254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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.5.0-alpha] - unreleased

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

## [0.5.0] - 2024-01-25
### Changed
- AI Control: do not call onAccept from the discard handler. A fix has been put in place on #35236
- AI Control: Do not call onAccept from the discard handler. A fix has been put in place on #35236. [#35238]

## [0.4.1] - 2024-01-22
### Changed
Expand Down Expand Up @@ -198,7 +195,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies. [#31659]
- Updated package dependencies. [#31785]

[0.5.0-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.4.1...v0.5.0-alpha
[0.5.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.3.0...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@automattic/jetpack-ai-client",
"version": "0.5.0-alpha",
"version": "0.5.0",
"description": "A JS client for consuming Jetpack AI services",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme",
"bugs": {
Expand Down

0 comments on commit 37fe254

Please sign in to comment.