Skip to content

Commit

Permalink
chore(release): 1.0.13 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.13](v1.0.12...v1.0.13) (2020-08-12)

### Bug Fixes

* **dependencies:** run `npm audit fix` ([e480164](e480164))
* **dependencies:** update all dependencies (including for vulnerabilities) ([501d12b](501d12b))
* package.json, package-lock.json & .snyk to reduce vulnerabilities ([a019821](a019821))
* upgrade json2csv from 5.0.0 to 5.0.1 ([e29e47b](e29e47b))
* upgrade json2csv from 5.0.0 to 5.0.1 ([0679a1f](0679a1f))
* upgrade moment-timezone from 0.5.28 to 0.5.29 ([93e8d81](93e8d81))
* upgrade moment-timezone from 0.5.28 to 0.5.29 ([5b366d3](5b366d3))
  • Loading branch information
semantic-release-bot committed Aug 12, 2020
1 parent e480164 commit 59acac9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.0.13](https://github.com/JaredReisinger/order-fetcher/compare/v1.0.12...v1.0.13) (2020-08-12)


### Bug Fixes

* **dependencies:** run `npm audit fix` ([e480164](https://github.com/JaredReisinger/order-fetcher/commit/e480164aa2e4c24db3e9e0fdbe717c853d864a9e))
* **dependencies:** update all dependencies (including for vulnerabilities) ([501d12b](https://github.com/JaredReisinger/order-fetcher/commit/501d12bd06cc30def5c8e1a6d27baf42081f3251))
* package.json, package-lock.json & .snyk to reduce vulnerabilities ([a019821](https://github.com/JaredReisinger/order-fetcher/commit/a01982131aa86feff1dd58c8ea42fd17dcb4c68c))
* upgrade json2csv from 5.0.0 to 5.0.1 ([e29e47b](https://github.com/JaredReisinger/order-fetcher/commit/e29e47b848db28efe0489e88f28d368e97932341))
* upgrade json2csv from 5.0.0 to 5.0.1 ([0679a1f](https://github.com/JaredReisinger/order-fetcher/commit/0679a1ff510f57f2d4ff7f841c82d2857c9e010e))
* upgrade moment-timezone from 0.5.28 to 0.5.29 ([93e8d81](https://github.com/JaredReisinger/order-fetcher/commit/93e8d81b9dc82dcc99c5ccac882318d434f372d8))
* upgrade moment-timezone from 0.5.28 to 0.5.29 ([5b366d3](https://github.com/JaredReisinger/order-fetcher/commit/5b366d3dbedd4e01ec1c446cc51f04986e01bdb9))

## [1.0.12](https://github.com/JaredReisinger/order-fetcher/compare/v1.0.11...v1.0.12) (2020-06-02)

### Bug Fixes
Expand Down
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,6 +1,6 @@
{
"name": "order-fetcher",
"version": "1.0.12",
"version": "1.0.13",
"author": "Jared Reisinger",
"license": "ISC",
"description": "WooCommerce order fetcher",
Expand Down

0 comments on commit 59acac9

Please sign in to comment.