Skip to content

Commit 3a22a3f

Browse files
author
github-actions
committed
chore(release): 4.0.0 [skip ci]
1 parent 4541e53 commit 3a22a3f

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 4.0.0 (2024-02-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update all dependencies j:cdx-227 ([#329](https://github.com/coveo/push-api-client.js/issues/329)) ([8611899](https://github.com/coveo/push-api-client.js/commits/861189920558ba164160e249c765900c0e5b4767))
7+
* **deps:** update all dependencies j:cdx-227 (major) ([#311](https://github.com/coveo/push-api-client.js/issues/311)) ([5054b8d](https://github.com/coveo/push-api-client.js/commits/5054b8da6d9227006f659e3a009cfe95a7620e7a))
8+
* **deps:** update all dependencies j:cdx-227 (major) ([#330](https://github.com/coveo/push-api-client.js/issues/330)) ([540e840](https://github.com/coveo/push-api-client.js/commits/540e840da3a363ff30845043de629c06be02fa25))
9+
10+
11+
* fix!: remove polyfill, deprecate old nodejs (#331) ([98711b5](https://github.com/coveo/push-api-client.js/commits/98711b59fb0a682e67f1da4cebdb95d5a279be1a)), closes [#331](https://github.com/coveo/push-api-client.js/issues/331)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Drop support for Node 16 and below
17+
18+
19+
120
## 3.1.33 (2024-01-04)
221

322

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": "@coveo/push-api-client",
3-
"version": "3.1.33",
3+
"version": "4.0.0",
44
"description": "Push API client",
55
"main": "./dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)