@automattic/jetpack-ai-client 0.1.13 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.14] - 2023-11-03
9
+
8
10
  ## [0.1.13] - 2023-10-23
9
11
  ### Changed
10
12
  - Updated package dependencies. [#33687]
@@ -151,6 +153,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
151
153
  - Updated package dependencies. [#31659]
152
154
  - Updated package dependencies. [#31785]
153
155
 
156
+ [0.1.14]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.13...v0.1.14
154
157
  [0.1.13]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.12...v0.1.13
155
158
  [0.1.12]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.11...v0.1.12
156
159
  [0.1.11]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.10...v0.1.11
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@automattic/jetpack-ai-client",
4
- "version": "0.1.13",
4
+ "version": "0.1.14",
5
5
  "description": "A JS client for consuming Jetpack AI services",
6
6
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme",
7
7
  "bugs": {
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@automattic/jetpack-base-styles": "^0.6.11",
36
36
  "@automattic/jetpack-connection": "^0.30.5",
37
- "@automattic/jetpack-shared-extension-utils": "^0.12.4",
37
+ "@automattic/jetpack-shared-extension-utils": "^0.12.5",
38
38
  "@microsoft/fetch-event-source": "2.0.1",
39
39
  "@wordpress/api-fetch": "6.41.0",
40
40
  "@wordpress/block-editor": "12.12.0",