Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Jun 10, 2024
1 parent e248051 commit 31d3590
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,14 +5,11 @@ 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.14.3-alpha] - unreleased

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

## [0.14.3] - 2024-06-10
### Changed
- AI Featured Image: export generic image generation request function.
- Change codebase to use clsx instead of classnames.
- Updated package dependencies.
- AI Featured Image: export generic image generation request function. [#37668]
- Change codebase to use clsx instead of classnames. [#37708]
- Updated package dependencies. [#37669]

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

[0.14.3-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.2...v0.14.3-alpha
[0.14.3]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.2...v0.14.3
[0.14.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.1...v0.14.2
[0.14.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.13.1...v0.14.0
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.14.3-alpha",
"version": "0.14.3",
"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 @@ -43,7 +43,7 @@
"types": "./build/index.d.ts",
"dependencies": {
"@automattic/jetpack-base-styles": "^0.6.26",
"@automattic/jetpack-connection": "^0.33.14-alpha",
"@automattic/jetpack-connection": "^0.33.14",
"@automattic/jetpack-shared-extension-utils": "^0.14.14",
"@microsoft/fetch-event-source": "2.0.1",
"@types/react": "18.3.1",
Expand Down

0 comments on commit 31d3590

Please sign in to comment.