-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.2.0](v2.1.0...v2.2.0) (2021-12-03) ### Features * **GS1Reader:** Support First Freeze Date AI ([cfa5022](cfa5022))
- Loading branch information
1 parent
363600b
commit fb55ca1
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "barcode-parser", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "This project started out as a Typescript port of the Quagga project - https://serratus.github.io/quaggaJS. - but that direction has diverged greatly. This library does not read barcodes but rather parses the value returned by a dedicated barcode scanner.", | ||
"repository": "[email protected]:stonelasley/barcode-parsing.git", | ||
"typings": "lib/index.d.ts", | ||
|