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 Aug 21, 2024
1 parent 4bd7ec5 commit fd0f028
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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.16.3-alpha] - unreleased

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

## [0.16.3] - 2024-08-21
### Fixed
- Revert recent SVG image optimizations.
- Revert recent SVG image optimizations. [#38981]

## [0.16.2] - 2024-08-19
### Changed
Expand Down Expand Up @@ -391,7 +388,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies. [#31659]
- Updated package dependencies. [#31785]

[0.16.3-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.16.2...v0.16.3-alpha
[0.16.3]: https://github.com/Automattic/jetpack-ai-client/compare/v0.16.2...v0.16.3
[0.16.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.16.1...v0.16.2
[0.16.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.16.0...v0.16.1
[0.16.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.15.0...v0.16.0
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.16.3-alpha",
"version": "0.16.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 @@ -44,8 +44,8 @@
"types": "./build/index.d.ts",
"dependencies": {
"@automattic/jetpack-base-styles": "^0.6.29",
"@automattic/jetpack-connection": "^0.35.3-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.15.4-alpha",
"@automattic/jetpack-connection": "^0.35.3",
"@automattic/jetpack-shared-extension-utils": "^0.15.4",
"@microsoft/fetch-event-source": "2.0.1",
"@types/react": "18.3.3",
"@types/wordpress__block-editor": "11.5.15",
Expand Down

0 comments on commit fd0f028

Please sign in to comment.