From 777c8a54d9bdf945910dc3c1ca37bbed7530e3db Mon Sep 17 00:00:00 2001 From: zinigor Date: Mon, 17 Jun 2024 14:02:41 +0000 Subject: [PATCH] Changelog and readme.txt edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9548989056 Upstream-Ref: Automattic/jetpack@cf598a3e8c4e0d7cccc892a3930e2bec8b25f274 --- CHANGELOG.md | 9 +++------ package.json | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4fb7ae..98afc8e 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.14.4-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.14.4] - 2024-06-17 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#37779] ## [0.14.3] - 2024-06-10 ### Changed @@ -346,7 +343,7 @@ This is an alpha version! The changes listed here are not final. - Updated package dependencies. [#31659] - Updated package dependencies. [#31785] -[0.14.4-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.3...v0.14.4-alpha +[0.14.4]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.3...v0.14.4 [0.14.3]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.2...v0.14.3 [0.14.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.1...v0.14.2 [0.14.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.0...v0.14.1 diff --git a/package.json b/package.json index c4e1ece..638efbb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@automattic/jetpack-ai-client", - "version": "0.14.4-alpha", + "version": "0.14.4", "description": "A JS client for consuming Jetpack AI services", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme", "bugs": { @@ -42,8 +42,8 @@ "main": "./build/index.js", "types": "./build/index.d.ts", "dependencies": { - "@automattic/jetpack-base-styles": "^0.6.27-alpha", - "@automattic/jetpack-connection": "^0.33.17-alpha", + "@automattic/jetpack-base-styles": "^0.6.27", + "@automattic/jetpack-connection": "^0.33.17", "@automattic/jetpack-shared-extension-utils": "^0.14.15", "@microsoft/fetch-event-source": "2.0.1", "@types/react": "18.3.1",