Skip to content

Commit 1a5c6a1

Browse files
committed
chore: release v1.5.0
1 parent 6efefa2 commit 1a5c6a1

11 files changed

Lines changed: 68 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.0](https://github.com/jeremybarbet/iap/compare/v1.4.1...v1.5.0) (2025-05-31)
7+
8+
9+
### ✨ Features
10+
11+
* **nest-iap:** update to latest nestjs version ([5d1f22d](https://github.com/jeremybarbet/iap/commit/5d1f22dfb374d43b6cfd7ceabf26ee57c06f69cd))
12+
* **nest-iap:** use configurable module builder to have forRoot{,Async} methods ([#6](https://github.com/jeremybarbet/iap/issues/6)) ([29f228a](https://github.com/jeremybarbet/iap/commit/29f228ae3d6180e1791531cc0fee5d3098836bef))
13+
14+
15+
### 🛠️ Misc chores
16+
17+
* move to yarn@4 ([1a977af](https://github.com/jeremybarbet/iap/commit/1a977afd34c76ff951946e435128052b3df9b7ad))
18+
* remove extra changelog heading ([855c0ba](https://github.com/jeremybarbet/iap/commit/855c0ba428c745f1c660e5d26b8d105f2a993d97))
19+
* update prettier ([6efefa2](https://github.com/jeremybarbet/iap/commit/6efefa2748a6db131e969d486037e9694aebbba6))
20+
21+
22+
623
## [1.4.1](https://github.com/jeremybarbet/iap/compare/v1.4.0...v1.4.1) (2023-07-18)
724

825

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

packages/apple-api-types/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.0](https://github.com/jeremybarbet/iap/compare/v1.4.1...v1.5.0) (2025-05-31)
7+
8+
9+
### ✨ Features
10+
11+
* **nest-iap:** update to latest nestjs version ([5d1f22d](https://github.com/jeremybarbet/iap/commit/5d1f22dfb374d43b6cfd7ceabf26ee57c06f69cd))
12+
13+
14+
615
## [1.4.1](https://github.com/jeremybarbet/iap/compare/v1.4.0...v1.4.1) (2023-07-18)
716

817
### 🚧 Refactoring

packages/apple-api-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jeremybarbet/apple-api-types",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Typescript definitions for Apple API services.",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/google-api-types/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.0](https://github.com/jeremybarbet/iap/compare/v1.4.1...v1.5.0) (2025-05-31)
7+
8+
9+
### ✨ Features
10+
11+
* **nest-iap:** update to latest nestjs version ([5d1f22d](https://github.com/jeremybarbet/iap/commit/5d1f22dfb374d43b6cfd7ceabf26ee57c06f69cd))
12+
13+
14+
615
## [1.4.1](https://github.com/jeremybarbet/iap/compare/v1.4.0...v1.4.1) (2023-07-18)
716

817
### 🚧 Refactoring

packages/google-api-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jeremybarbet/google-api-types",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Typescript definitions for Google API services.",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/nest-iap/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.0](https://github.com/jeremybarbet/iap/compare/v1.4.1...v1.5.0) (2025-05-31)
7+
8+
9+
### ✨ Features
10+
11+
* **nest-iap:** update to latest nestjs version ([5d1f22d](https://github.com/jeremybarbet/iap/commit/5d1f22dfb374d43b6cfd7ceabf26ee57c06f69cd))
12+
* **nest-iap:** use configurable module builder to have forRoot{,Async} methods ([#6](https://github.com/jeremybarbet/iap/issues/6)) ([29f228a](https://github.com/jeremybarbet/iap/commit/29f228ae3d6180e1791531cc0fee5d3098836bef))
13+
14+
15+
616
## [1.4.1](https://github.com/jeremybarbet/iap/compare/v1.4.0...v1.4.1) (2023-07-18)
717

818
### 🚧 Refactoring

packages/nest-iap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jeremybarbet/nest-iap",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Wrapper around iap library to embed in NestJS applications.",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -15,7 +15,7 @@
1515
"lint:tsc": "yarn tsc -p tsconfig.json --noEmit --skipLibCheck"
1616
},
1717
"dependencies": {
18-
"@jeremybarbet/node-iap": "1.4.1",
18+
"@jeremybarbet/node-iap": "1.5.0",
1919
"@nestjs/common": "11.1.2"
2020
},
2121
"devDependencies": {

packages/node-iap/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.0](https://github.com/jeremybarbet/iap/compare/v1.4.1...v1.5.0) (2025-05-31)
7+
8+
9+
### ✨ Features
10+
11+
* **nest-iap:** update to latest nestjs version ([5d1f22d](https://github.com/jeremybarbet/iap/commit/5d1f22dfb374d43b6cfd7ceabf26ee57c06f69cd))
12+
13+
14+
615
## [1.4.1](https://github.com/jeremybarbet/iap/compare/v1.4.0...v1.4.1) (2023-07-18)
716

817
### 🚧 Refactoring

packages/node-iap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jeremybarbet/node-iap",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Node.js library for Apple and Google IAP.",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -15,8 +15,8 @@
1515
"lint:tsc": "yarn tsc -p tsconfig.json --noEmit --skipLibCheck"
1616
},
1717
"dependencies": {
18-
"@jeremybarbet/apple-api-types": "1.4.1",
19-
"@jeremybarbet/google-api-types": "1.4.1",
18+
"@jeremybarbet/apple-api-types": "1.5.0",
19+
"@jeremybarbet/google-api-types": "1.5.0",
2020
"axios": "1.4.0",
2121
"google-auth-library": "8.9.0"
2222
},

0 commit comments

Comments
 (0)