Skip to content

Commit 0303a5f

Browse files
chore(release): set package.json to 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2023-12-27) ### Bug Fixes * detect key presses via key code instead of localized key ([01a4845](01a4845))
1 parent 9e92ea4 commit 0303a5f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/bloop-box/nfc-scanner-client-browser/compare/v1.0.1...v1.0.2) (2023-12-27)
2+
3+
4+
### Bug Fixes
5+
6+
* detect key presses via key code instead of localized key ([01a4845](https://github.com/bloop-box/nfc-scanner-client-browser/commit/01a4845e8a87acc31057dcd3947e5e15eff10141))
7+
18
## [1.0.1](https://github.com/bloop-box/nfc-scanner-client-browser/compare/v1.0.0...v1.0.1) (2023-04-01)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bloop-nfc-scanner",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Bloop NFC Scanner Browser SDK",
55
"author": "Ben Scholzen 'DASPRiD' <[email protected]>",
66
"license": "BSD-2-Clause",

0 commit comments

Comments
 (0)