Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2021-12-03)

### Features

* **GS1Reader:** Support First Freeze Date AI ([cfa5022](cfa5022))
  • Loading branch information
semantic-release-bot committed Dec 3, 2021
1 parent 363600b commit fb55ca1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.2.0](https://github.com/stonelasley/barcode-parsing/compare/v2.1.0...v2.2.0) (2021-12-03)


### Features

* **GS1Reader:** Support First Freeze Date AI ([cfa5022](https://github.com/stonelasley/barcode-parsing/commit/cfa5022ca9632e536942544c0e2f6dcac7b091d0))

# [2.1.0](https://github.com/stonelasley/barcode-parsing/compare/v2.0.0...v2.1.0) (2021-12-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
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",
Expand Down

0 comments on commit fb55ca1

Please sign in to comment.