From 92861b93005ffe798c61f2c2f20fa68b4c0f749c Mon Sep 17 00:00:00 2001 From: Brandon Hines Date: Wed, 20 Nov 2019 18:10:02 -0600 Subject: [PATCH] fixed npm publish issue and updated version for 2.1.1 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a274ee1..d294840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index d04e2af..dc37a35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-biometrics", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9983caa..4d37d53 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",