Skip to content

Commit

Permalink
Roll 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergrind committed Feb 15, 2019
1 parent 7ae12e4 commit c0ef251
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [7.3.0] - 2019-02-15
- [Call reject directly in createSourceWithParams](https://github.com/tipsi/tipsi-stripe/pull/433)

## [7.2.0] - 2019-01-29
- Remove broken imports

## [7.1.0] - 2019-01-14
- Fixed issue #232 Added card type for source creation (#261)

## [7.0.0] - 2018-10-28
- Update iOS Stripe SDK to 14.0.0
- Update Android Stripe SDK to 8.1.0
Expand Down
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,12 @@ React Native Stripe binding for iOS/Android platforms

## Changelog

[[7.0.0] - 2019-01-08 **Breaking changes**](/CHANGELOG.md#700---2019-01-08)
[Full changelog](/CHANGELOG.md)

[[6.1.0] - 2018-10-28](/CHANGELOG.md#610---2018-10-28)
[[7.0.0] - 2019-01-08 **Breaking changes**](/CHANGELOG.md#700---2019-01-08)

[[6.0.0] - 2018-10-24 **Breaking changes**](/CHANGELOG.md#600---2018-10-24)

[[5.6.0] - 2018-08-22](/CHANGELOG.md#560---2018-08-22)

[[5.5.1] - 2018-08-10](/CHANGELOG.md#551---2018-08-10)

[[5.5.0] - 2018-08-08](/CHANGELOG.md#550---2018-08-08)

[[5.4.0] - 2018-07-27](/CHANGELOG.md#540---2018-07-27)

[[5.3.0] - 2018-07-23](/CHANGELOG.md#530---2018-07-23)

[[5.1.0] - 2018-03-28](/CHANGELOG.md#510---2018-03-28)

[[5.0.0] - 2018-03-21 **Breaking changes**](/CHANGELOG.md#500---2018-03-21)

## Documentation
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": "tipsi-stripe",
"version": "7.2.0",
"version": "7.3.0",
"description": "React Native Stripe binding for iOS/Andriod platforms",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit c0ef251

Please sign in to comment.