Skip to content

Commit dbebc91

Browse files
Merge pull request #136 from alexanderjordanbaker/v1.2.0
Release version 1.2.0
2 parents d51c0e7 + be8d52f commit dbebc91

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.2.0
4+
- 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]
5+
- Various documentation and quality of life improvements, including contributions from @yidinghan
6+
37
## Version 1.1.0
48
- Support App Store Server Notifications v2.10 [https://github.com/apple/app-store-server-library-node/pull/107]
59
- Require appAppleId in SignedDataVerifier for the Production environment [https://github.com/apple/app-store-server-library-node/pull/86]

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.1.0";
85+
private static USER_AGENT = "app-store-server-library/node/1.2.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.1.0",
3+
"version": "1.2.0",
44
"description": "The App Store Server Library",
55
"main": "dist/index.js",
66
"keywords": [],

0 commit comments

Comments
 (0)