Skip to content

Commit

Permalink
chore(release): v3.0.10 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2022
1 parent cfd0f69 commit f1d3e26
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.0.10](https://github.com/jshor/symbology/compare/v3.0.9...v3.0.10) (2022-11-27)


### Bug Fixes

* **bin:** updates binary to install as-needed ([86ba08c](https://github.com/jshor/symbology/commit/86ba08c29dbd0c3933637dc4f825ec4cd6a737f5))



## [3.0.9](https://github.com/jshor/symbology/compare/v3.0.8...v3.0.9) (2022-11-27)


Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "symbology",
"version": "3.0.9",
"version": "3.0.10",
"description": "🔖 Generates 1D, 2D, and composite barcodes in png, svg, or eps formats. Supports 50+ symbologies.",
"scripts": {
"ye": "node ./test.js",
Expand Down Expand Up @@ -105,9 +105,12 @@
}
},
"transform": {
"^.+\\.tsx?$": ["ts-jest", {
"tsconfig": "tsconfig.json"
}]
"^.+\\.tsx?$": [
"ts-jest",
{
"tsconfig": "tsconfig.json"
}
]
}
},
"config": {
Expand Down

0 comments on commit f1d3e26

Please sign in to comment.