Skip to content

Commit 6aaafaa

Browse files
committed
📦 Release v3.11.5
1 parent 187e2ae commit 6aaafaa

13 files changed

+15
-15
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Download or get the CDN link to the script:
137137
| *All* | *All the barcodes!* | *10.1 kB* | *[JsBarcode.all.min.js][1]* |
138138
| CODE128 | CODE128 (auto and force mode) | 6.2 kB | [JsBarcode.code128.min.js][2] |
139139
| CODE39 | CODE39 | 5.1 kB | [JsBarcode.code39.min.js][3] |
140-
| EAN / UPC | EAN-13, EAN-8, EAN-5, EAN-2, UPC (A) | 6.6 kB | [JsBarcode.ean-upc.min.js][4] |
140+
| EAN / UPC | EAN-13, EAN-8, EAN-5, EAN-2, UPC (A) | 6.7 kB | [JsBarcode.ean-upc.min.js][4] |
141141
| ITF | ITF, ITF-14 | 5 kB | [JsBarcode.itf.min.js][5] |
142142
| MSI | MSI, MSI10, MSI11, MSI1010, MSI1110 | 5 kB | [JsBarcode.msi.min.js][6] |
143143
| Pharmacode | Pharmacode | 4.7 kB | [JsBarcode.pharmacode.min.js][7] |

bin/barcodes/codabar/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ var codabar = function (_Barcode) {
7777
":": "1101011011",
7878
"/": "1101101011",
7979
".": "1101101101",
80-
"+": "101100110011",
80+
"+": "1011011011",
8181
"A": "1011001001",
8282
"B": "1001001011",
8383
"C": "1010010011",

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "JsBarcode",
33
"main": "dist/JsBarcode.all.min.js",
4-
"version": "3.11.4",
4+
"version": "3.11.5",
55
"homepage": "https://github.com/lindell/JsBarcode",
66
"authors": [
77
"Johan Lindell <[email protected]>"

dist/JsBarcode.all.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2628,7 +2628,7 @@ var codabar = function (_Barcode) {
26282628
":": "1101011011",
26292629
"/": "1101101011",
26302630
".": "1101101101",
2631-
"+": "101100110011",
2631+
"+": "1011011011",
26322632
"A": "1011001001",
26332633
"B": "1001001011",
26342634
"C": "1010010011",

dist/JsBarcode.all.min.js

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

dist/barcodes/JsBarcode.codabar.min.js

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

dist/barcodes/JsBarcode.code128.min.js

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

dist/barcodes/JsBarcode.code39.min.js

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

dist/barcodes/JsBarcode.ean-upc.min.js

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

dist/barcodes/JsBarcode.itf.min.js

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

dist/barcodes/JsBarcode.msi.min.js

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

dist/barcodes/JsBarcode.pharmacode.min.js

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsbarcode",
3-
"version": "3.11.4",
3+
"version": "3.11.5",
44
"description": "JsBarcode is a customizable barcode generator with support for multiple barcode formats.",
55
"main": "./bin/JsBarcode.js",
66
"directories": {

0 commit comments

Comments
 (0)