From 43933eadb307fe4dec2ddd31d14d121615278871 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 Jan 2024 14:30:44 +0000 Subject: [PATCH] chore(release): 1.0.4 [skip ci] ## [1.0.4](https://github.com/haru52/convertflac/compare/v1.0.3...v1.0.4) (2024-01-31) ### Bug Fixes * bump yaml from 2.2.1 to 2.2.2 ([6780dfc](https://github.com/haru52/convertflac/commit/6780dfc04ff18d303c8b7e0fa61a98b0935e9716)) --- docs/CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- report/jscpd-report.md | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3705045..0109479 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/haru52/convertflac/compare/v1.0.3...v1.0.4) (2024-01-31) + + +### Bug Fixes + +* bump yaml from 2.2.1 to 2.2.2 ([6780dfc](https://github.com/haru52/convertflac/commit/6780dfc04ff18d303c8b7e0fa61a98b0935e9716)) + ## [1.0.3](https://github.com/haru52/convertflac/compare/v1.0.2...v1.0.3) (2023-03-31) diff --git a/package-lock.json b/package-lock.json index 4f95e76..6e1af87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "convertflac", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "convertflac", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "devDependencies": { "@commitlint/cli": "^17.7.1", diff --git a/package.json b/package.json index 543e0c1..d72bdd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "convertflac", - "version": "1.0.3", + "version": "1.0.4", "description": "Convert FLAC audio files into ALAC or MP3 files.", "private": true, "engines": { diff --git a/report/jscpd-report.md b/report/jscpd-report.md index 1f3f18f..9736387 100644 --- a/report/jscpd-report.md +++ b/report/jscpd-report.md @@ -6,5 +6,5 @@ | Format | Files analyzed | Total lines | Total tokens | Clones found | Duplicated lines | Duplicated tokens | | ---------- | -------------- | ----------- | ------------ | ------------ | ---------------- | ----------------- | | bash | 2 | 6 | 46 | 0 | 0 (0%) | 0 (0%) | -| python | 2 | 123 | 936 | 0 | 0 (0%) | 0 (0%) | -| **Total:** | **4** | **129** | **982** | **0** | **0 (0%)** | **0 (0%)** | +| python | 2 | 122 | 930 | 0 | 0 (0%) | 0 (0%) | +| **Total:** | **4** | **128** | **976** | **0** | **0 (0%)** | **0 (0%)** |