Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed May 13, 2024
1 parent 010d5ce commit b82f536
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ 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.13.1-alpha] - unreleased

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

## [0.13.1] - 2024-05-13
### Added
- AI Client: Add className to AI Control component
- AI Client: Add try again prop on Extension AI Control
- AI Client: Add className to AI Control component. [#37322]
- AI Client: Add "try again" prop on Extension AI Control. [#37250]

### Changed
- AI Client: Add event to upgrade handler function of Extension AI Control
- AI Client: Add event to upgrade handler function of Extension AI Control. [#37224]

## [0.13.0] - 2024-05-06
### Added
Expand Down Expand Up @@ -317,7 +314,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies. [#31659]
- Updated package dependencies. [#31785]

[0.13.1-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.13.0...v0.13.1-alpha
[0.13.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.12.4...v0.13.0
[0.12.4]: https://github.com/Automattic/jetpack-ai-client/compare/v0.12.3...v0.12.4
[0.12.3]: https://github.com/Automattic/jetpack-ai-client/compare/v0.12.2...v0.12.3
Expand Down
4 changes: 2 additions & 2 deletions 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.13.1-alpha",
"version": "0.13.1",
"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 Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@automattic/jetpack-base-styles": "^0.6.24",
"@automattic/jetpack-connection": "^0.33.10",
"@automattic/jetpack-shared-extension-utils": "^0.14.12-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.14.12",
"@microsoft/fetch-event-source": "2.0.1",
"@types/react": "18.3.1",
"@wordpress/api-fetch": "6.53.0",
Expand Down

0 comments on commit b82f536

Please sign in to comment.