Skip to content

Commit

Permalink
chore(): ver bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGardner committed May 14, 2019
1 parent 7f51b7d commit ad0c46e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
==============================

## 5.3.2 (2019, May 13)
## 5.3.3 (2019, May 13)
### Fixes
- [(# 63)](https://github.com/triniwiz/nativescript-stripe/issues/63) Properly handle no shipping method or address
- [(# 56)](https://github.com/triniwiz/nativescript-stripe/issues/56) Update Stripe to iOS 15 and Android 8.7; some support for Strong Customer Authentication
Expand Down
19 changes: 7 additions & 12 deletions publish/instructions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Process for publishing a new release:

Note: The `git` and `npm` commands are shown here using command line but can also be
performed in VS Code.

Sync local copy to latest source:
```
git checkout master
Expand All @@ -12,20 +15,12 @@ cd src
npm run ngc.clean
```

Bump version in `package.json`:
Update version in `package.json` and `CHANGELOG.md` then commit with commit message:
`chore(): ver bump`. Sync to `github`.
```
cd src
npm version patch|minor|major -m "chore(): ver bump"
```

Update `CHANGELOG.md` as necessary and add it to the commit:
```
git add package.json
git add ../CHANGELOG.md
```

Sync to `git`:
```
npm version patch|minor|major
git commit -a -m "chore(): ver bump"
git push
```

Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-stripe",
"version": "5.3.2",
"version": "5.3.3",
"description": "NativeScript Stripe sdk",
"main": "stripe",
"typings": "index.d.ts",
Expand Down

0 comments on commit ad0c46e

Please sign in to comment.