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 Mar 27, 2024
1 parent 41c33f0 commit f00b09a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 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.10.1-alpha] - unreleased

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

## [0.10.1] - 2024-03-27
### Changed
- Updated package dependencies.
- Updated package dependencies. [#36539, #36585]

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

[0.10.1-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.10.0...v0.10.1-alpha
[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
[0.8.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.8.1...v0.8.2
Expand Down
8 changes: 4 additions & 4 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.10.1-alpha",
"version": "0.10.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 @@ -38,9 +38,9 @@
"main": "./build/index.js",
"types": "./build/index.d.ts",
"dependencies": {
"@automattic/jetpack-base-styles": "^0.6.20-alpha",
"@automattic/jetpack-connection": "^0.33.5-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.14.8-alpha",
"@automattic/jetpack-base-styles": "^0.6.20",
"@automattic/jetpack-connection": "^0.33.5",
"@automattic/jetpack-shared-extension-utils": "^0.14.8",
"@microsoft/fetch-event-source": "2.0.1",
"@types/react": "18.2.61",
"@wordpress/api-fetch": "6.51.0",
Expand Down

0 comments on commit f00b09a

Please sign in to comment.