From a8e1088a68fd23d3ad5c0ad10552f1f3bd33a892 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 Nov 2023 09:58:05 +0000 Subject: [PATCH] chore(release): 0.2.4 [skip ci] ## [0.2.4](https://github.com/ytetsuro/sabik/compare/0.2.3...0.2.4) (2023-11-13) ### Bug Fixes * fail new when arrow function. ([25c5e84](https://github.com/ytetsuro/sabik/commit/25c5e8424316ca43da1eda4eac18aec4194418f5)) * fail resolve DIContainer when the value is null. ([1cab566](https://github.com/ytetsuro/sabik/commit/1cab5665b2f5bdc2b989cc2de0a5dff2e32bb897)) * package.json & package-lock.json to reduce vulnerabilities ([b4eed77](https://github.com/ytetsuro/sabik/commit/b4eed7767fac03ab581c94fa25ae1dfe98082665)) * upgrade caniuse-lite from 1.0.30001474 to 1.0.30001482 ([628d38c](https://github.com/ytetsuro/sabik/commit/628d38cf8bde2f8270e975a03da4278f7ecb9b44)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a96557..249dc5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.2.4](https://github.com/ytetsuro/sabik/compare/0.2.3...0.2.4) (2023-11-13) + + +### Bug Fixes + +* fail new when arrow function. ([25c5e84](https://github.com/ytetsuro/sabik/commit/25c5e8424316ca43da1eda4eac18aec4194418f5)) +* fail resolve DIContainer when the value is null. ([1cab566](https://github.com/ytetsuro/sabik/commit/1cab5665b2f5bdc2b989cc2de0a5dff2e32bb897)) +* package.json & package-lock.json to reduce vulnerabilities ([b4eed77](https://github.com/ytetsuro/sabik/commit/b4eed7767fac03ab581c94fa25ae1dfe98082665)) +* upgrade caniuse-lite from 1.0.30001474 to 1.0.30001482 ([628d38c](https://github.com/ytetsuro/sabik/commit/628d38cf8bde2f8270e975a03da4278f7ecb9b44)) + ## [0.2.3](https://github.com/ytetsuro/sabik/compare/0.2.2...0.2.3) (2023-10-22) diff --git a/package-lock.json b/package-lock.json index ccbc5ac..8062d9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sabik", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sabik", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "dependencies": { "@types/codemirror": "0.0.109", diff --git a/package.json b/package.json index 54d681d..9c4f25d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sabik", "description": "Source code metrics tool.", - "version": "0.2.3", + "version": "0.2.4", "author": "iBotchME (@ytetsuro)", "bin": { "sabik": "./bin/run"