From be7b53ed444df64e55523a8d56ec45b0f7c569df Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 May 2023 16:59:44 +0000 Subject: [PATCH] chore(release): 0.2.2 [skip ci] ## [0.2.2](https://github.com/ytetsuro/sabik/compare/0.2.1...0.2.2) (2023-05-25) ### Bug Fixes * fail path resolve for windows. ([45b1b95](https://github.com/ytetsuro/sabik/commit/45b1b95318e8987b2c5a8a47e60dbed7be34e60e)) * upgrade core-js from 3.24.1 to 3.29.1 ([aafe7fe](https://github.com/ytetsuro/sabik/commit/aafe7fe1f6f53055303cab71b96a148c97a414fc)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab27a0b..37670f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.2.2](https://github.com/ytetsuro/sabik/compare/0.2.1...0.2.2) (2023-05-25) + + +### Bug Fixes + +* fail path resolve for windows. ([45b1b95](https://github.com/ytetsuro/sabik/commit/45b1b95318e8987b2c5a8a47e60dbed7be34e60e)) +* upgrade core-js from 3.24.1 to 3.29.1 ([aafe7fe](https://github.com/ytetsuro/sabik/commit/aafe7fe1f6f53055303cab71b96a148c97a414fc)) + ## [0.2.1](https://github.com/ytetsuro/sabik/compare/0.2.0...0.2.1) (2023-04-07) diff --git a/package-lock.json b/package-lock.json index 752ed7f..7b8876a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sabik", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sabik", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "dependencies": { "@types/codemirror": "0.0.109", diff --git a/package.json b/package.json index f013bd8..4aee050 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sabik", "description": "Source code metrics tool.", - "version": "0.2.1", + "version": "0.2.2", "author": "iBotchME (@ytetsuro)", "bin": { "sabik": "./bin/run"