Skip to content

Commit

Permalink
Changelog edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Nov 14, 2023
1 parent 2399c6d commit a7355f5
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.1.16-alpha] - unreleased

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

## [0.1.16] - 2023-11-14
### Changed
- Updated package dependencies.
- Updated package dependencies. [#34093]

## [0.1.15] - 2023-11-13
### Changed
Expand Down Expand Up @@ -165,7 +162,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies. [#31659]
- Updated package dependencies. [#31785]

[0.1.16-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.15...v0.1.16-alpha
[0.1.16]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.15...v0.1.16
[0.1.15]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.14...v0.1.15
[0.1.14]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.13...v0.1.14
[0.1.13]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.12...v0.1.13
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.1.16-alpha",
"version": "0.1.16",
"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 @@ -32,9 +32,9 @@
".": "./index.ts"
},
"dependencies": {
"@automattic/jetpack-base-styles": "^0.6.12-alpha",
"@automattic/jetpack-connection": "^0.30.7-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.13.1-alpha",
"@automattic/jetpack-base-styles": "^0.6.12",
"@automattic/jetpack-connection": "^0.30.7",
"@automattic/jetpack-shared-extension-utils": "^0.13.1",
"@microsoft/fetch-event-source": "2.0.1",
"@wordpress/api-fetch": "6.42.0",
"@wordpress/block-editor": "12.13.0",
Expand Down

0 comments on commit a7355f5

Please sign in to comment.