From 31e58983daed495b7e74def9e9c748338d8e8c7a Mon Sep 17 00:00:00 2001 From: ice9js Date: Mon, 21 Oct 2024 18:36:54 +0000 Subject: [PATCH] Changelog and readme.txt edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11446334073 Upstream-Ref: Automattic/jetpack@9518f64e927dbd1b09a8d01c521c14b484144ef3 --- CHANGELOG.md | 9 +++------ package.json | 4 ++-- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d63cd2..99bcab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.22.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.22.0] - 2024-10-21 ### Changed -- AI Client: add types for AI assistant feature payload data branch featuresControl +- AI Client: Add types for AI assistant feature payload data branch featuresControl. [#39826] ## [0.21.0] - 2024-10-14 ### Added @@ -442,7 +439,7 @@ This is an alpha version! The changes listed here are not final. - Updated package dependencies. [#31659] - Updated package dependencies. [#31785] -[0.22.0-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.21.0...v0.22.0-alpha +[0.22.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.21.0...v0.22.0 [0.21.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.20.1...v0.21.0 [0.20.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.20.0...v0.20.1 [0.20.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.19.0...v0.20.0 diff --git a/package.json b/package.json index b29dc8e..231addb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@automattic/jetpack-ai-client", - "version": "0.22.0-alpha", + "version": "0.22.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": { @@ -45,7 +45,7 @@ "dependencies": { "@automattic/jetpack-base-styles": "^0.6.34", "@automattic/jetpack-connection": "^0.35.14", - "@automattic/jetpack-shared-extension-utils": "^0.15.14-alpha", + "@automattic/jetpack-shared-extension-utils": "^0.15.14", "@microsoft/fetch-event-source": "2.0.1", "@types/react": "18.3.3", "@types/wordpress__block-editor": "11.5.15",