From d6b4c379195b29e7b0b3b5f3671eba9fae3298c2 Mon Sep 17 00:00:00 2001 From: Ren Yamanashi <96362223+ren-yamanashi@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:08:29 +0900 Subject: [PATCH] chore: release v1.0.2 (#80) * chore(release): 1.0.2 * chore: update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 164ddda..f988cc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### 1.0.2 (2024-12-17) + +### Bug fixes + +- rules that should apply only to constructs also apply to stacks ([#79](https://github.com/ren-yamanashi/eslint-cdk-plugin/issues/79)) ([78603e5](https://github.com/ren-yamanashi/eslint-cdk-plugin/commit/78603e539dd2a870f562efc84bae9b8b63b2a0f6)) + ### 1.0.1 (2024-12-07) ### Other changes diff --git a/package.json b/package.json index 83cf753..a6147e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-cdk-plugin", - "version": "1.0.1", + "version": "1.0.2", "description": "eslint plugin for AWS CDK projects", "main": "dist/index.mjs", "type": "module",