Skip to content

Commit

Permalink
Merge pull request #168 from alexanderjordanbaker/v1.4.0
Browse files Browse the repository at this point in the history
Release v1.4.0 of the Node.js library
  • Loading branch information
alexanderjordanbaker authored Jul 16, 2024
2 parents 5e6a29c + 7938bf6 commit 5f34487
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.4.0
- Incorporate changes for App Store Server API v1.13 and App Store Server Notifications v2.13 [https://github.com/apple/app-store-server-library-node/pull/163]
- Add missing export for OfferDiscountType [https://github.com/apple/app-store-server-library-node/pull/159] from @coltkenn2658

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

Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,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.3.0";
private static USER_AGENT = "app-store-server-library/node/1.4.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.3.0",
"version": "1.4.0",
"description": "The App Store Server Library",
"main": "dist/index.js",
"keywords": [],
Expand Down

0 comments on commit 5f34487

Please sign in to comment.