diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c04d6..9c87e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.1](https://github.com/adriencaccia/cdk-bundle-analyzer/compare/v0.1.0...v0.1.1) (2023-02-01) + + +### Bug Fixes + +* allow empty constructor ([2b32e72](https://github.com/adriencaccia/cdk-bundle-analyzer/commit/2b32e72f58ab8149fdf5d618a7c7e4bd08d1d5ec)) + ## [0.1.0](https://github.com/adriencaccia/cdk-bundle-analyzer/compare/v0.0.2...v0.1.0) (2023-01-30) diff --git a/package.json b/package.json index 8e231e1..7aa3b4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cdk-bundle-analyzer", - "version": "0.1.0", + "version": "0.1.1", "author": "Adrien Cacciaguerra", "license": "MIT", "homepage": "https://github.com/adriencaccia/cdk-bundle-analyzer#readme",