From a818b727da5cb53ba7c2855220d6a8bd811a5d02 Mon Sep 17 00:00:00 2001 From: Ren Yamanashi <96362223+ren-yamanashi@users.noreply.github.com> Date: Sat, 18 Jan 2025 01:19:54 +0900 Subject: [PATCH] chore: release v1.0.4 (#95) * chore(release): 1.0.4 * 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 90fdd80..6446099 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.4 (2025-01-17) + +### Bug fixes + +- check property names during instantiation ([#94](https://github.com/ren-yamanashi/eslint-cdk-plugin/issues/94)) ([4143df2](https://github.com/ren-yamanashi/eslint-cdk-plugin/commit/4143df2b093a3de3e973afab67bb69ce80785ab9)) + ### 1.0.3 (2024-12-28) ### Code refactoring diff --git a/package.json b/package.json index f63c924..878d24c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-cdk-plugin", - "version": "1.0.3", + "version": "1.0.4", "description": "eslint plugin for AWS CDK projects", "main": "./dist/index.mjs", "types": "./dist/index.d.ts",