Skip to content

Commit 44ff2b9

Browse files
chore(release): 7.14.0 [skip ci]
# [7.14.0](v7.13.0...v7.14.0) (2024-11-05) ### Bug Fixes * change options in the right object ([d193eda](d193eda)) * **ci:** Update ci to work with last version of puppeteer ([f4962e4](f4962e4)) * **ci:** Update ci to work with last version of puppeteer ([c413283](c413283)) * **ci:** Update ci to work with last version of puppeteer ([ff6b29f](ff6b29f)) * **ci:** Update ci to work with last version of puppeteer ([102b224](102b224)) * **ci:** Update ci to work with last version of puppeteer ([ad8e533](ad8e533)) * eslint ([adaf4e9](adaf4e9)) * ignore external library linting ([f1e27d2](f1e27d2)) * use root user in the new puppeteer images ([96306fa](96306fa)) * ws vulnerability ([afcf3ac](afcf3ac)) ### Features * add options parameter to controller functions containing a query ([0aa4222](0aa4222)) ### Reverts * revert skipLibCheck and use a fixed eslint version instead ([fb9f599](fb9f599))
1 parent e9373b3 commit 44ff2b9

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# [7.14.0](https://github.com/kuzzleio/sdk-javascript/compare/v7.13.0...v7.14.0) (2024-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* change options in the right object ([d193eda](https://github.com/kuzzleio/sdk-javascript/commit/d193eda82f7ccc8ef155f32a872fa0a27057dc49))
7+
* **ci:** Update ci to work with last version of puppeteer ([f4962e4](https://github.com/kuzzleio/sdk-javascript/commit/f4962e4ec272d3c5441a59f29ce77c4b0e6cb8e0))
8+
* **ci:** Update ci to work with last version of puppeteer ([c413283](https://github.com/kuzzleio/sdk-javascript/commit/c413283acd10c9bd10ac45f6ebac4aaf17a6bfe3))
9+
* **ci:** Update ci to work with last version of puppeteer ([ff6b29f](https://github.com/kuzzleio/sdk-javascript/commit/ff6b29fa81bf2f9c017a94d2e950ee8e9c3dae2c))
10+
* **ci:** Update ci to work with last version of puppeteer ([102b224](https://github.com/kuzzleio/sdk-javascript/commit/102b22422b08adfb5d3d471d3d3ddf58bc1819df))
11+
* **ci:** Update ci to work with last version of puppeteer ([ad8e533](https://github.com/kuzzleio/sdk-javascript/commit/ad8e53374120f149661207ca291f50a85a8c2028))
12+
* eslint ([adaf4e9](https://github.com/kuzzleio/sdk-javascript/commit/adaf4e962671faac2c252d1169a6c332205dc7aa))
13+
* ignore external library linting ([f1e27d2](https://github.com/kuzzleio/sdk-javascript/commit/f1e27d29488aa9b704935eb1fec045f5832d4851))
14+
* use root user in the new puppeteer images ([96306fa](https://github.com/kuzzleio/sdk-javascript/commit/96306fa77bcc80c6fc2e364501c63a5b55720e06))
15+
* ws vulnerability ([afcf3ac](https://github.com/kuzzleio/sdk-javascript/commit/afcf3ac2d993d8c132a9b09a1e8f9fdcd99617cf))
16+
17+
18+
### Features
19+
20+
* add options parameter to controller functions containing a query ([0aa4222](https://github.com/kuzzleio/sdk-javascript/commit/0aa42224e0684bed46c14b4810d0e210b3df1ec2))
21+
22+
23+
### Reverts
24+
25+
* revert skipLibCheck and use a fixed eslint version instead ([fb9f599](https://github.com/kuzzleio/sdk-javascript/commit/fb9f59959d1304ce18af5a9c177f8cd3bd4d7084))
26+
127
# [7.14.0-beta.1](https://github.com/kuzzleio/sdk-javascript/compare/v7.13.0...v7.14.0-beta.1) (2024-11-05)
228

329

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kuzzle-sdk",
3-
"version": "7.14.0-beta.1",
3+
"version": "7.14.0",
44
"description": "Official Javascript SDK for Kuzzle",
55
"author": "The Kuzzle Team <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)