Skip to content

Commit

Permalink
fixed npm publish issue and updated version for 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NappyPirate committed Nov 21, 2019
1 parent d4ba845 commit 92861b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.1.1] - 2019-11-20
## Changed
- Fixed npm release error

## [2.1.0] - 2019-11-20
## Changed
- Refactored the javascript portion of the library into typescript
Expand Down Expand Up @@ -116,3 +120,4 @@ All notable changes to this project will be documented in this file.
[1.7.0]: https://github.com/SelfLender/react-native-biometrics/compare/1.6.1...1.7.0
[2.0.0]: https://github.com/SelfLender/react-native-biometrics/compare/1.7.0...2.0.0
[2.1.0]: https://github.com/SelfLender/react-native-biometrics/compare/2.0.0...2.1.0
[2.1.1]: https://github.com/SelfLender/react-native-biometrics/compare/2.1.0...2.1.1
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-biometrics",
"version": "2.1.0",
"version": "2.1.1",
"summary": "A React Native library for biometrics",
"description": "React Native biometric functionality for signing and encryption",
"main": "build/cjs/index.js",
Expand All @@ -11,7 +11,7 @@
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc --target es5 --outDir build/cjs --module commonjs",
"build:esm": "tsc --target es5 --outDir build/esm --module esnext",
"release": "npm run clean && npm publish"
"release": "npm run clean && npm run build && npm publish"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit 92861b9

Please sign in to comment.