Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2024-01-31)

### Bug Fixes

* bump yaml from 2.2.1 to 2.2.2 ([6780dfc](6780dfc))
semantic-release-bot committed Jan 31, 2024
1 parent 4e0055a commit 43933ea
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
4 changes: 2 additions & 2 deletions report/jscpd-report.md
Original file line number Diff line number Diff line change
@@ -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%)** |

0 comments on commit 43933ea

Please sign in to comment.