Skip to content

Commit 92e3e2a

Browse files
chore(main): release 6.0.0 (#264)
1 parent 04dcceb commit 92e3e2a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/expo/expo-server-sdk-node/compare/v5.0.0...v6.0.0) (2026-02-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Build as ECMAScript module
9+
10+
### Miscellaneous Chores
11+
12+
* Build as ECMAScript module ([04dcceb](https://github.com/expo/expo-server-sdk-node/commit/04dcceb50c7c16534da13ebbdd90fff79c7fecf0))
13+
314
## [5.0.0](https://github.com/expo/expo-server-sdk-node/compare/v4.0.0...v5.0.0) (2026-02-04)
415

516

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": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Server-side library for working with Expo using Node.js",
55
"type": "module",
66
"main": "./build/ExpoClient.js",

0 commit comments

Comments
 (0)