We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0986224 commit 2f30845Copy full SHA for 2f30845
CHANGELOG.md
@@ -1,9 +1,9 @@
1
# react-qr-hooks Changelog
2
3
-## 1.0.0 (Soon)
+## 1.0.1 (2020-02-10)
4
#### New Feature
5
-- add `useQrDecode` hook
+- added `useQrDecode` hook
6
7
-## 1.0.0 beta 1 (2020-01-02)
+## 1.0.0 beta 1 / 1.0.0 (2020-01-02)
8
9
- added `useQrEncode` hook
package.json
@@ -1,6 +1,6 @@
{
"name": "react-qr-hooks",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Encode & decode QR code in React",
"author": "Jakub Biesiada",
"license": "MIT",
0 commit comments