Skip to content

Commit

Permalink
chore(release): v4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 15, 2023
1 parent 3b7904d commit 9ea111d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [4.0.0](https://github.com/jshor/symbology/compare/v3.0.13...v4.0.0) (2023-10-15)


### Features

* **node:** upgrades to support Node 18, 20 [#120](https://github.com/jshor/symbology/issues/120) ([3b7904d](https://github.com/jshor/symbology/commit/3b7904dddf8f1e2abc50b8910423d8fba4770e7e))


### BREAKING CHANGES

* **node:** This drops support for Node.js v14.



## [3.0.13](https://github.com/jshor/symbology/compare/v3.0.12...v3.0.13) (2022-11-28)


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": "3.0.13",
"version": "4.0.0",
"description": "🔖 Generates 1D, 2D, and composite barcodes in png, svg, or eps formats. Supports 50+ symbologies.",
"scripts": {
"ye": "node ./test.js",
Expand Down

0 comments on commit 9ea111d

Please sign in to comment.