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 Jul 22, 2024
1 parent 6e50e81 commit edb3f0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 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).

## [0.15.0-alpha] - unreleased

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

## [0.15.0] - 2024-07-22
### Added
- Jetpack AI: add logo generator codebase to the ai-client package.
- Jetpack AI: Add logo generator codebase to the ai-client package. [#38391]

### Changed
- Update and export askQuestionSync
- Update and export askQuestionSync. [#38344]

## [0.14.6] - 2024-07-15
### Added
Expand Down Expand Up @@ -361,7 +358,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies. [#31659]
- Updated package dependencies. [#31785]

[0.15.0-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.6...v0.15.0-alpha
[0.15.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.6...v0.15.0
[0.14.6]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.5...v0.14.6
[0.14.5]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.4...v0.14.5
[0.14.4]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.3...v0.14.4
Expand Down
6 changes: 3 additions & 3 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.15.0-alpha",
"version": "0.15.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 Expand Up @@ -43,8 +43,8 @@
"types": "./build/index.d.ts",
"dependencies": {
"@automattic/jetpack-base-styles": "^0.6.28",
"@automattic/jetpack-connection": "^0.34.1-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.14.18",
"@automattic/jetpack-connection": "^0.34.1",
"@automattic/jetpack-shared-extension-utils": "^0.14.19",
"@microsoft/fetch-event-source": "2.0.1",
"@types/react": "18.3.1",
"@types/wordpress__block-editor": "11.5.14",
Expand Down

0 comments on commit edb3f0b

Please sign in to comment.