From 8bd86d8b58e8ea6fc961d241c592fa111b31e8f5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Feb 2022 23:21:20 +0000 Subject: [PATCH] chore(release): 1.5.5 [skip ci] ## [1.5.5](https://github.com/moaazsidat/react-native-qrcode-scanner/compare/v1.5.4...v1.5.5) (2022-02-11) ### Bug Fixes * add missing types ([#353](https://github.com/moaazsidat/react-native-qrcode-scanner/issues/353)) ([c3c9e62](https://github.com/moaazsidat/react-native-qrcode-scanner/commit/c3c9e62ff7e71ffab4f615b84dee5828c9b8aa44)) * the release ci process ([#363](https://github.com/moaazsidat/react-native-qrcode-scanner/issues/363)) ([709c5cb](https://github.com/moaazsidat/react-native-qrcode-scanner/commit/709c5cb9465e93f7365f1108e58d2f0c8c3e7ed2)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c8b9c5..ffa5fa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-qrcode-scanner", - "version": "1.5.4", + "version": "1.5.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e8eabec..20a512c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-qrcode-scanner", - "version": "1.5.4", + "version": "1.5.5", "description": "A QR code scanner for React Native.", "main": "index.js", "scripts": {