Skip to content

Commit

Permalink
Merge pull request #2 from mikemellor11/release-please--branches--mas…
Browse files Browse the repository at this point in the history
…ter--components--release-please-action

chore(master): release 2.1.0
  • Loading branch information
mikemellor11 authored Jan 27, 2023
2 parents c36b811 + efe57e0 commit 79bde12
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [2.1.0](https://github.com/mikemellor11/svgfit/compare/v2.0.0...v2.1.0) (2023-01-27)


### Features

* added exception handling ([5f02a45](https://github.com/mikemellor11/svgfit/commit/5f02a45e2dac6261c37ac239d97fc8274af247ee))
* new puppeteer implementation of fit code ([4b85b26](https://github.com/mikemellor11/svgfit/commit/4b85b263858602740f80f666b812dbd8168fe85f))


### Bug Fixes

* added entry point ([5e092c1](https://github.com/mikemellor11/svgfit/commit/5e092c158d1ae7c9023e885c170edcdd0f73dd54))
* loop over arrays of srcs and dests ([1a677a4](https://github.com/mikemellor11/svgfit/commit/1a677a4552ef07fed3821cffae1e26853e5183a7))
* loop over dest and src and construct inputs ([b5592b5](https://github.com/mikemellor11/svgfit/commit/b5592b5c60ee94bc2ac899e8c0fda1511db91d11))
* new entry point ([6514882](https://github.com/mikemellor11/svgfit/commit/6514882b22a9e85d12865d2c9a7b3c279ab7cb0d))
* remove default execPath and use puppeteer ([3373f18](https://github.com/mikemellor11/svgfit/commit/3373f1851511f0d68f6d9c3d54ca8d38fb961b29))
* set exit flag on mocha to end tests faster ([10dc79c](https://github.com/mikemellor11/svgfit/commit/10dc79cc939ce25267015a5bf9dbfada31148c46))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svgfit",
"description": "Stand alone, renders then saves svg files to their exact bounds",
"version": "2.0.0",
"version": "2.1.0",
"homepage": "https://github.com/mikemellor11/svgfit",
"author": {
"name": "Michael Mellor",
Expand Down

0 comments on commit 79bde12

Please sign in to comment.