Skip to content

Commit c45f86d

Browse files
chore(release): v3.0.7
1 parent 45b17cd commit c45f86d

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.0.7](https://github.com/jshor/symbology/compare/v3.0.6...v3.0.7) (2021-11-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** corrects nan dependency ([45b17cd](https://github.com/jshor/symbology/commit/45b17cdedc0b385b5e939bb67ceba0894037884b))
7+
8+
9+
110
## [3.0.6](https://github.com/jshor/symbology/compare/v3.0.5...v3.0.6) (2021-09-04)
211

312

@@ -93,20 +102,20 @@
93102

94103
### Bug Fixes
95104

96-
* **version:** adds missing C file ref, version mgmt ([#37](https://github.com/jshor/symbology/issues/37)) ([0903303](https://github.com/jshor/symbology/commit/090330333cdefdedd9e72eccf0e94c4524daf6ec))
97-
* powershell bug ([#27](https://github.com/jshor/symbology/issues/27)) ([c8e6fdf](https://github.com/jshor/symbology/commit/c8e6fdf3f70a04384dc97f471e042220dddc7afc))
98-
* **appveyor:** update script to include debug msg and wrap conditionals ([#26](https://github.com/jshor/symbology/issues/26)) ([2859265](https://github.com/jshor/symbology/commit/285926561bc0d9b7e62e26b7c1d188b0fef0567e))
99105
* adds patch system to apply stdout fixes ([d0ac5bc](https://github.com/jshor/symbology/commit/d0ac5bcab4be9d18dcb32ca71f9e30174d44f46d))
100-
* **binding:** updates lib to properly convert bitmap chars ([51c0990](https://github.com/jshor/symbology/commit/51c0990b08bcb5aff2b38dd45113fc5a6e1ae365))
101106
* adds support for Node v12+ ([bffc800](https://github.com/jshor/symbology/commit/bffc800e0bd57e4cf48913bf0d79c33517ab1fd3))
107+
* **appveyor:** update script to include debug msg and wrap conditionals ([#26](https://github.com/jshor/symbology/issues/26)) ([2859265](https://github.com/jshor/symbology/commit/285926561bc0d9b7e62e26b7c1d188b0fef0567e))
108+
* **binding:** updates lib to properly convert bitmap chars ([51c0990](https://github.com/jshor/symbology/commit/51c0990b08bcb5aff2b38dd45113fc5a6e1ae365))
109+
* powershell bug ([#27](https://github.com/jshor/symbology/issues/27)) ([c8e6fdf](https://github.com/jshor/symbology/commit/c8e6fdf3f70a04384dc97f471e042220dddc7afc))
102110
* **unix:** removes remaining png.c refs; enables pipe() for non-Win32 ([7131d1c](https://github.com/jshor/symbology/commit/7131d1c173a2dff7f86a8d7a07cb4dee8b4dee0b))
111+
* **version:** adds missing C file ref, version mgmt ([#37](https://github.com/jshor/symbology/issues/37)) ([0903303](https://github.com/jshor/symbology/commit/090330333cdefdedd9e72eccf0e94c4524daf6ec))
103112

104113

105114
### Features
106115

107-
* implements ability to alter dot size [#32](https://github.com/jshor/symbology/issues/32) ([32b9b42](https://github.com/jshor/symbology/commit/32b9b42775b7943e54d6586d4aaf1ec8895c29d5))
108116
* **alpha:** implements alpha channel support [#35](https://github.com/jshor/symbology/issues/35) ([993699b](https://github.com/jshor/symbology/commit/993699b9468d0d00ac413fdba8e1f02da1f7318a))
109117
* **encoding:** adds encoding support for ECI and input modes ([#30](https://github.com/jshor/symbology/issues/30)) ([e9ff0d0](https://github.com/jshor/symbology/commit/e9ff0d086f5abd5c2c1cfa85c463909b870d2566))
118+
* implements ability to alter dot size [#32](https://github.com/jshor/symbology/issues/32) ([32b9b42](https://github.com/jshor/symbology/commit/32b9b42775b7943e54d6586d4aaf1ec8895c29d5))
110119
* **rotation:** implements rotations [#31](https://github.com/jshor/symbology/issues/31) ([11b69e6](https://github.com/jshor/symbology/commit/11b69e6844a85c8bb6170c0476ccb8633d5a0e9f))
111120
* **windows:** adds Node 11+ support ([#23](https://github.com/jshor/symbology/issues/23)) ([915f15c](https://github.com/jshor/symbology/commit/915f15c46ce677b866b9af983ee429a57d082fd9))
112121
* **zint:** upgrades to v2.9.1 ([3bd4855](https://github.com/jshor/symbology/commit/3bd48551dc9c2a908ba07990c33980c8ff955699))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "symbology",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "🔖 Generates 1D, 2D, and composite barcodes in png, svg, or eps formats. Supports 50+ symbologies.",
55
"scripts": {
66
"commit": "git-cz",

0 commit comments

Comments
 (0)