Skip to content

Commit

Permalink
Merge pull request #148 from alexanderjordanbaker/v1.3.0
Browse files Browse the repository at this point in the history
Release v1.3.0
  • Loading branch information
alexanderjordanbaker authored Jun 14, 2024
2 parents eee7609 + 5beaba4 commit 4a751a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 1.3.0
- 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]

## 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
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.2.0";
private static USER_AGENT = "app-store-server-library/node/1.3.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.2.0",
"version": "1.3.0",
"description": "The App Store Server Library",
"main": "dist/index.js",
"keywords": [],
Expand Down

0 comments on commit 4a751a1

Please sign in to comment.