Skip to content

Commit b1d1b58

Browse files
committed
v 0.0.4
1 parent 53a2d6a commit b1d1b58

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@
1111
### Added
1212

1313
- Add suport for new versions of RN on android side. ([17bc045ae5b37e1d142bc94ffa7e5693973730c9](https://github.com/dev-family/react-native-wallet-manager/pull/11/commits/17bc045ae5b37e1d142bc94ffa7e5693973730c9) by [@LucasVeloz](https://github.com/LucasVeloz))
14+
15+
## v0.0.4
16+
17+
### Added
18+
19+
- Adds ability to check for iOS PKAddPassesViewController canAddPasses method. ([1b8c5c4f79a34820f6e3a709240f26b3e247b53f](https://github.com/dev-family/react-native-wallet-manager/pull/11/commits/1b8c5c4f79a34820f6e3a709240f26b3e247b53f) by [@brantleyenglish](https://github.com/brantleyenglish))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-wallet-manager",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Provides some Apple Wallet's functionality, like adding passes, removing passes and checking passises for existing.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)