diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2e24c94..3705045 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/haru52/convertflac/compare/v1.0.2...v1.0.3) (2023-03-31) + + +### Bug Fixes + +* **chore:** change the order of options in help message ([6d2ae47](https://github.com/haru52/convertflac/commit/6d2ae47cd1e7113177667d070778c605ae706728)) + ## [1.0.2](https://github.com/haru52/convertflac/compare/v1.0.1...v1.0.2) (2023-03-31) diff --git a/package-lock.json b/package-lock.json index eb3b8b4..576a6da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "convertflac", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "convertflac", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "devDependencies": { "@commitlint/cli": "^17.5.1", diff --git a/package.json b/package.json index 7a3a22a..9eec967 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "convertflac", - "version": "1.0.2", + "version": "1.0.3", "description": "Convert FLAC audio files into ALAC or MP3 files.", "private": true, "engines": {