Skip to content

Commit 9d92699

Browse files
Merge pull request #278 from riyazpanjwani/v1.6.0
Release 1.6.0
2 parents 8b6a2af + 6087935 commit 9d92699

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## Version 1.6.0
4+
- Incorporate changes for App Store Server API v1.16 [https://github.com/apple/app-store-server-library-node/pull/275]
5+
36
## Version 1.5.0
47
- Incorporate changes for App Store Server API v1.15 and App Store Server Notifications v2.15 [https://github.com/apple/app-store-server-library-node/pull/236]
58
- Add verified chain caching to improve performance [https://github.com/apple/app-store-server-library-node/pull/235]

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class AppStoreServerAPIClient {
8787
private static PRODUCTION_URL = "https://api.storekit.itunes.apple.com";
8888
private static SANDBOX_URL = "https://api.storekit-sandbox.itunes.apple.com";
8989
private static LOCAL_TESTING_URL = "https://local-testing-base-url";
90-
private static USER_AGENT = "app-store-server-library/node/1.5.0";
90+
private static USER_AGENT = "app-store-server-library/node/1.6.0";
9191

9292
private issuerId: string
9393
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.5.0",
3+
"version": "1.6.0",
44
"description": "The App Store Server Library",
55
"main": "dist/index.js",
66
"keywords": [],

0 commit comments

Comments
 (0)