Skip to content

Commit

Permalink
Merge pull request #136 from alexanderjordanbaker/v1.2.0
Browse files Browse the repository at this point in the history
Release version 1.2.0
  • Loading branch information
alexanderjordanbaker committed May 7, 2024
2 parents d51c0e7 + be8d52f commit dbebc91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 1.2.0
- 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]
- Various documentation and quality of life improvements, including contributions from @yidinghan

## Version 1.1.0
- Support App Store Server Notifications v2.10 [https://github.com/apple/app-store-server-library-node/pull/107]
- Require appAppleId in SignedDataVerifier for the Production environment [https://github.com/apple/app-store-server-library-node/pull/86]
Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class AppStoreServerAPIClient {
private static PRODUCTION_URL = "https://api.storekit.itunes.apple.com";
private static SANDBOX_URL = "https://api.storekit-sandbox.itunes.apple.com";
private static LOCAL_TESTING_URL = "https://local-testing-base-url";
private static USER_AGENT = "app-store-server-library/node/1.1.0";
private static USER_AGENT = "app-store-server-library/node/1.2.0";

private issuerId: string
private keyId: string
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apple/app-store-server-library",
"version": "1.1.0",
"version": "1.2.0",
"description": "The App Store Server Library",
"main": "dist/index.js",
"keywords": [],
Expand Down

0 comments on commit dbebc91

Please sign in to comment.