Skip to content

Commit 1443155

Browse files
Merge pull request #237 from alexanderjordanbaker/v.1.5.0
Release 1.5.0
2 parents 0aaf118 + 9234bcd commit 1443155

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Version 1.5.0
4+
- Incorporate changes for App Store Server API v1.15 and App Store Server Notifications v2.15 [https://github.com/apple/app-store-server-library-node/pull/236]
5+
- Add verified chain caching to improve performance [https://github.com/apple/app-store-server-library-node/pull/235]
6+
- Expose VerificationStatus and VerificationException [https://github.com/apple/app-store-server-library-node/pull/222]
7+
- Typo corrections [https://github.com/apple/app-store-server-library-node/pull/199] from @hakusai22
8+
39
## Version 1.4.0
410
- 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]
511
- Add missing export for OfferDiscountType [https://github.com/apple/app-store-server-library-node/pull/159] from @coltkenn2658

index.ts

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

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

0 commit comments

Comments
 (0)