Skip to content

Commit

Permalink
chore(release): 1.2.5 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Dec 14, 2019
1 parent 7699740 commit 2c10636
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.2.5](https://github.com/jshor/symbology/compare/v1.2.3...v1.2.5) (2019-12-14)


### Bug Fixes

* **binding:** updates lib to properly convert bitmap chars ([51c0990](https://github.com/jshor/symbology/commit/51c0990b08bcb5aff2b38dd45113fc5a6e1ae365))
* **unix:** removes remaining png.c refs; enables pipe() for non-Win32 ([7131d1c](https://github.com/jshor/symbology/commit/7131d1c173a2dff7f86a8d7a07cb4dee8b4dee0b))
* adds patch system to apply stdout fixes ([d0ac5bc](https://github.com/jshor/symbology/commit/d0ac5bcab4be9d18dcb32ca71f9e30174d44f46d))
* adds support for Node v12+ ([bffc800](https://github.com/jshor/symbology/commit/bffc800e0bd57e4cf48913bf0d79c33517ab1fd3))

### [1.3.64](https://github.com/jshor/symbology/compare/v1.2.3...v1.3.64) (2019-12-14)

### 1.2.60 (2019-12-14)
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": "symbology",
"version": "1.2.4",
"version": "1.2.5",
"description": "Generate 50+ different 1D or 2D barcodes in png, eps, or svg format.",
"scripts": {
"commit": "yarn git-cz",
Expand Down

0 comments on commit 2c10636

Please sign in to comment.