From 81f4c790928df7bae5804a7ab1f21ee36aef2357 Mon Sep 17 00:00:00 2001 From: Adrien Cacciaguerra Date: Mon, 30 Jan 2023 13:50:02 +0100 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a90674..06c04d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0](https://github.com/adriencaccia/cdk-bundle-analyzer/compare/v0.0.2...v0.1.0) (2023-01-30) + + +### Features + +* support custom NodejsFunction constructs ([a75e347](https://github.com/adriencaccia/cdk-bundle-analyzer/commit/a75e347f59b30e10ec8cfd2b1f377be65acd315d)) + + +### Bug Fixes + +* use cdk annotations for logs and errors ([f471cce](https://github.com/adriencaccia/cdk-bundle-analyzer/commit/f471ccea74c020128b2a97b57d3a9b87f4febccd)) + ### [0.0.2](https://github.com/adriencaccia/cdk-bundle-analyzer/compare/v0.0.1...v0.0.2) (2023-01-29) diff --git a/package.json b/package.json index 7d88acb..8e231e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cdk-bundle-analyzer", - "version": "0.0.2", + "version": "0.1.0", "author": "Adrien Cacciaguerra", "license": "MIT", "homepage": "https://github.com/adriencaccia/cdk-bundle-analyzer#readme",