Skip to content

Commit ab3cedf

Browse files
chore(main): release 4.0.0 (#203)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e59c095 commit ab3cedf

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/expo/expo-server-sdk-node/compare/v3.15.0...v4.0.0) (2025-08-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop support for Node v18.x ([#197](https://github.com/expo/expo-server-sdk-node/issues/197))
9+
10+
### Bug Fixes
11+
12+
* `yarn build` ([c953efb](https://github.com/expo/expo-server-sdk-node/commit/c953efbd19d2f7a5d0c3ed3c22087231042b6c66))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* Drop support for Node v18.x ([#197](https://github.com/expo/expo-server-sdk-node/issues/197)) ([dacf8fd](https://github.com/expo/expo-server-sdk-node/commit/dacf8fd973d6d6845982be6ce17580d6f3b4f1f5))
18+
319
## [3.15.0](https://github.com/expo/expo-server-sdk-node/compare/v3.14.0...v3.15.0) (2025-04-23)
420

521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expo-server-sdk",
3-
"version": "3.15.0",
3+
"version": "4.0.0",
44
"description": "Server-side library for working with Expo using Node.js",
55
"main": "build/ExpoClient.js",
66
"types": "build/ExpoClient.d.ts",

0 commit comments

Comments
 (0)