From 8cdaacb9431392589757d01b3a78c5b4ff2970a3 Mon Sep 17 00:00:00 2001 From: zinigor Date: Mon, 15 Jul 2024 16:46:18 +0000 Subject: [PATCH] Changelog and readme.txt edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9943223407 Upstream-Ref: Automattic/jetpack@00226abe41640ae3f54b6488142a65281d73f96d --- CHANGELOG.md | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf019d4..0db28ea 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.6-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.14.6] - 2024-07-15 ### Added -- AI Client: Filter suggestions starting with llama artifacts +- AI Client: Filter suggestions starting with llama artifacts [#38208] ## [0.14.5] - 2024-07-08 ### Changed @@ -354,7 +351,7 @@ This is an alpha version! The changes listed here are not final. - Updated package dependencies. [#31659] - Updated package dependencies. [#31785] -[0.14.6-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.5...v0.14.6-alpha +[0.14.6]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.5...v0.14.6 [0.14.5]: https://github.com/Automattic/jetpack-ai-client/compare/v0.14.4...v0.14.5 [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 diff --git a/package.json b/package.json index e5b199f..b195f92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@automattic/jetpack-ai-client", - "version": "0.14.6-alpha", + "version": "0.14.6", "description": "A JS client for consuming Jetpack AI services", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme", "bugs": {