Skip to content

Commit 5f34487

Browse files
Merge pull request #168 from alexanderjordanbaker/v1.4.0
Release v1.4.0 of the Node.js library
2 parents 5e6a29c + 7938bf6 commit 5f34487

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## Version 1.4.0
4+
- Incorporate changes for App Store Server API v1.13 and App Store Server Notifications v2.13 [https://github.com/apple/app-store-server-library-node/pull/163]
5+
- Add missing export for OfferDiscountType [https://github.com/apple/app-store-server-library-node/pull/159] from @coltkenn2658
6+
37
## Version 1.3.0
48
- Incorporate changes for App Store Server API v1.12 and App Store Server Notifications v2.12 [https://github.com/apple/app-store-server-library-node/pull/146]
59

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class AppStoreServerAPIClient {
8383
private static PRODUCTION_URL = "https://api.storekit.itunes.apple.com";
8484
private static SANDBOX_URL = "https://api.storekit-sandbox.itunes.apple.com";
8585
private static LOCAL_TESTING_URL = "https://local-testing-base-url";
86-
private static USER_AGENT = "app-store-server-library/node/1.3.0";
86+
private static USER_AGENT = "app-store-server-library/node/1.4.0";
8787

8888
private issuerId: string
8989
private keyId: string

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apple/app-store-server-library",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "The App Store Server Library",
55
"main": "dist/index.js",
66
"keywords": [],

0 commit comments

Comments
 (0)