diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b37a61..764a5a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.11](https://github.com/randytarampi/lwip/compare/v3.0.10...v3.0.11) (2020-10-03) + + +### Bug Fixes + +* upgrade snyk from 1.402.0 to 1.405.1 ([5d3ebd3](https://github.com/randytarampi/lwip/commit/5d3ebd391b2a476b4f26746888325ec9b2ae0192)) + ## [3.0.10](https://github.com/randytarampi/lwip/compare/v3.0.9...v3.0.10) (2020-10-01) diff --git a/package-lock.json b/package-lock.json index c84d0eb1..33d22ead 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@randy.tarampi/lwip", - "version": "3.0.10", + "version": "3.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 96234eb2..005c7bcd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@randy.tarampi/lwip", "description": "Comprehensive, fast, and simple image processing and manipulation", - "version": "3.0.10", + "version": "3.0.11", "author": { "name": "Randy Tarampi", "email": "rt@randytarampi.ca",