Skip to content

Commit 4a751a1

Browse files
Merge pull request #148 from alexanderjordanbaker/v1.3.0
Release v1.3.0
2 parents eee7609 + 5beaba4 commit 4a751a1

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.3.0
4+
- 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]
5+
36
## Version 1.2.0
47
- Incorporate changes for App Store Server API v1.11 and App Store Server Notifications v2.11 [https://github.com/apple/app-store-server-library-node/pull/132]
58
- Various documentation and quality of life improvements, including contributions from @yidinghan

index.ts

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

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

0 commit comments

Comments
 (0)