diff --git a/CHANGELOG.md b/CHANGELOG.md index 07dac95..a3bccd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.11](https://github.com/nlopezm/aws-cdk-image-resize/compare/v0.0.10...v0.0.11) (2021-02-21) + ### [0.0.10](https://github.com/nlopezm/aws-cdk-image-resize/compare/v0.0.9...v0.0.10) (2021-02-21) ### [0.0.9](https://github.com/nlopezm/aws-cdk-image-resize/compare/v0.0.8...v0.0.9) (2021-02-19) diff --git a/package.json b/package.json index d7bc85e..e1e1553 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ ], "main": "lib/index.js", "license": "Apache-2.0", - "version": "0.0.10", + "version": "0.0.11", "jest": { "testMatch": [ "**/__tests__/**/*.ts?(x)", diff --git a/version.json b/version.json index df89c21..758018c 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.0.10" + "version": "0.0.11" }