Skip to content

Commit

Permalink
Amend readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Apr 1, 2024
1 parent 0ee90b7 commit e35c99a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ 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.11.0-alpha] - unreleased

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

## [0.11.0] - 2024-04-01
### Added
- AI Client: include prompt to generate featured image based on post content.
- Support different responses in image hook
- AI Client: include prompt to generate featured image based on post content. [#36591]
- Support different responses in image hook [#36626]

### Fixed
- AI Client: fix a bug where quick prompts would not work after getting suggested content
- AI Client: set request content type as JSON on image generation hook and use rectangular images instead of square images.
- AI Client: fix a bug where quick prompts would not work after getting suggested content [#36651]
- AI Client: set request content type as JSON on image generation hook and use rectangular images instead of square images. [#36620]

## [0.10.1] - 2024-03-27
### Changed
Expand Down Expand Up @@ -275,7 +272,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies. [#31659]
- Updated package dependencies. [#31785]

[0.11.0-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.10.1...v0.11.0-alpha
[0.11.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.10.1...v0.11.0
[0.10.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.8.2...v0.9.0
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.11.0-alpha",
"version": "0.11.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 e35c99a

Please sign in to comment.