Skip to content

Commit f762241

Browse files
chore(release): set package.json to 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2023-04-01) ### Bug Fixes * specify files to release ([1eeba2e](1eeba2e))
1 parent 1eeba2e commit f762241

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/bloop-box/nfc-scanner-client-browser/compare/v1.0.0...v1.0.1) (2023-04-01)
2+
3+
4+
### Bug Fixes
5+
6+
* specify files to release ([1eeba2e](https://github.com/bloop-box/nfc-scanner-client-browser/commit/1eeba2e1f5a41a69e2ad3c17ba699f16fb43decd))
7+
18
# 1.0.0 (2023-04-01)
29

310

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bloop-nfc-scanner",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Bloop NFC Scanner Browser SDK",
55
"author": "Ben Scholzen 'DASPRiD' <[email protected]>",
66
"license": "BSD-2-Clause",
@@ -9,7 +9,9 @@
99
"url": "https://github.com/bloop-box/nfc-scanner-client-browser.git"
1010
},
1111
"type": "module",
12-
"files": ["dist"],
12+
"files": [
13+
"dist"
14+
],
1315
"main": "./dist/bloop-nfc-scanner.umd.cjs",
1416
"module": "./dist/bloop-nfc-scanner.js",
1517
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)