Skip to content

Commit

Permalink
chore(release): 4.2.40
Browse files Browse the repository at this point in the history
## [4.2.40](v4.2.39...v4.2.40) (2021-10-18)

### Bug Fixes

* import optional deps gracefully ([#554](#554)) ([e2254dc](e2254dc))
* keyv is a prod dependency ([4998f56](4998f56))
* upgrade deps ([972babb](972babb))
  • Loading branch information
semantic-release-bot committed Oct 18, 2021
1 parent 2f0e4a1 commit 373eb52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.2.40](https://github.com/pmb0/express-sharp/compare/v4.2.39...v4.2.40) (2021-10-18)


### Bug Fixes

* import optional deps gracefully ([#554](https://github.com/pmb0/express-sharp/issues/554)) ([e2254dc](https://github.com/pmb0/express-sharp/commit/e2254dc0c1528f709f61ca50a61691218603aed7))
* keyv is a prod dependency ([4998f56](https://github.com/pmb0/express-sharp/commit/4998f566399b44893df889f68d0d78845d1ecc5a))
* upgrade deps ([972babb](https://github.com/pmb0/express-sharp/commit/972babbf2a701bd0b78feffbaa07883735a5c9e1))

## [4.2.39](https://github.com/pmb0/express-sharp/compare/v4.2.38...v4.2.39) (2021-09-05)


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": "express-sharp",
"version": "4.2.39",
"version": "4.2.40",
"description": "Real-time image processing for your express application",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 373eb52

Please sign in to comment.