Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40526)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Dec 9, 2024
1 parent a19eaca commit 5939742
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,13 +5,10 @@ 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.25.1-alpha] - unreleased

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

## [0.25.1] - 2024-12-09
### Changed
- AI Assistant: Add disclaimer to image generation modals
- Updated package dependencies.
- AI Assistant: Add disclaimer to image generation modals [#40397]
- Updated package dependencies. [#40363]

## [0.25.0] - 2024-11-25
### Added
Expand Down Expand Up @@ -479,7 +476,7 @@ This is an alpha version! The changes listed here are not final.
- AI Client: stop using smart document visibility handling on the fetchEventSource library, so it does not restart the completion when changing tabs. [#32004]
- Updated package dependencies. [#31468] [#31659] [#31785]

[0.25.1-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.0...v0.25.1-alpha
[0.25.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.0...v0.25.1
[0.25.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.3...v0.25.0
[0.24.3]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.2...v0.24.3
[0.24.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.1...v0.24.2
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.25.1-alpha",
"version": "0.25.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 @@ -45,8 +45,8 @@
"types": "./build/index.d.ts",
"dependencies": {
"@automattic/jetpack-base-styles": "^0.6.38",
"@automattic/jetpack-connection": "^0.36.1-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.16.1-alpha",
"@automattic/jetpack-connection": "^0.36.1",
"@automattic/jetpack-shared-extension-utils": "^0.16.1",
"@microsoft/fetch-event-source": "2.0.1",
"@types/react": "18.3.12",
"@types/wordpress__block-editor": "11.5.15",
Expand Down

0 comments on commit 5939742

Please sign in to comment.