Skip to content

Commit 5cfdabf

Browse files
committed
Bumped version
1 parent 05018a7 commit 5cfdabf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npmpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- uses: actions/setup-node@v2
6464
with:
65-
node-version: 18
65+
node-version: 20
6666
registry-url: https://registry.npmjs.org/
6767

6868
- run: npm publish ./pack-artifact/package.tgz --access public

projects/zxing-scanner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zxing/ngx-scanner",
3-
"version": "18.0.0",
3+
"version": "18.0.1",
44
"description": "High-performance Angular barcode scanner component based on ZXing.",
55
"homepage": "https://github.com/zxing-js/ngx-scanner#readme",
66
"private": false,

0 commit comments

Comments
 (0)