Skip to content

Commit

Permalink
Merge pull request #27 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 b44478b + 971e30c commit b200b52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.3 - delivery @21/01/2020

- fix readme anchors

## 1.2.2 - delivery @17/01/2020

- update logo and description
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- [Usage](#usage)
- [Library](#library)
- [Import Bitgener](#import-bitgener)
- [bitgener(options): AsyncFunction](#bitgeneroptions-AsyncFunction)
- [bitgener(options): AsyncFunction](#bitgeneroptions-asyncfunction)
- [Examples](#examples)
- [1D barcode](#1d-barcode)
- [2D barcode](#2d-barcode)
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": "bitgener",
"version": "1.2.2",
"version": "1.2.3",
"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 b200b52

Please sign in to comment.