Skip to content

Commit 6fb9000

Browse files
committed
v0.0.4
1 parent 927f026 commit 6fb9000

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [0.0.4](https://github.com/nativescript-community/inapp-purchase/compare/v0.0.3...v0.0.4) (2025-01-07)
7+
8+
### Bug Fixes
9+
10+
* typings fix ([1c1ecf4](https://github.com/nativescript-community/inapp-purchase/commit/1c1ecf4db7266f0fbeab0ebb1520803c1a134a84))
11+
612
## [0.0.3](https://github.com/nativescript-community/inapp-purchase/compare/v0.0.2...v0.0.3) (2025-01-06)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.3",
2+
"version": "0.0.4",
33
"packages": [
44
"packages/*"
55
],

packages/inapp-purchase/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [0.0.4](https://github.com/nativescript-community/inapp-purchase/compare/v0.0.3...v0.0.4) (2025-01-07)
7+
8+
### Bug Fixes
9+
10+
* typings fix ([1c1ecf4](https://github.com/nativescript-community/inapp-purchase/commit/1c1ecf4db7266f0fbeab0ebb1520803c1a134a84))
11+
612
## [0.0.3](https://github.com/nativescript-community/inapp-purchase/compare/v0.0.2...v0.0.3) (2025-01-06)
713

814
### Bug Fixes

packages/inapp-purchase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akylas/nativescript-inapp-purchase",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Universal links (IOS) and App Links (Android) support for NativeScript.",
55
"main": "./index",
66
"typings": "./index.d.ts",

0 commit comments

Comments
 (0)