Skip to content

Commit

Permalink
Merge pull request #30 from adrienv1520/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
adrienv1520 authored Jan 21, 2020
2 parents b200b52 + 9ad4730 commit 0d60914
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.2.4 - delivery @21/01/2020

- update datamatrix utils module name

## 1.2.3 - delivery @21/01/2020

- fix readme anchors
Expand Down
4 changes: 2 additions & 2 deletions lib/Barcode/Datamatrix/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const getBits = function getBits(int) {
return bits;
};

const helpers = {
const utils = {
champGaloisMult,
champGaloisDoub,
champGaloisSum,
Expand All @@ -104,4 +104,4 @@ const helpers = {
getBits,
};

module.exports = Object.freeze(helpers);
module.exports = Object.freeze(utils);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitgener",
"version": "1.2.3",
"version": "1.2.4",
"description": "A lightweight and zero-dependencies pure Node.js barcode generator",
"author": "Adrien Valcke <[email protected]> (https://github.com/adrienv1520)",
"main": "lib/index.js",
Expand Down

0 comments on commit 0d60914

Please sign in to comment.