From a7355f59cccd7770cc4c332e254f95d6e4a72ed4 Mon Sep 17 00:00:00 2001 From: ice9js Date: Tue, 14 Nov 2023 16:37:20 +0000 Subject: [PATCH] Changelog edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6866526204 --- CHANGELOG.md | 9 +++------ package.json | 8 ++++---- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f57ecf3..0af0b39 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.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 @@ -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 diff --git a/package.json b/package.json index 72e2674..79e5834 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",