diff --git a/CHANGELOG.md b/CHANGELOG.md index cfbd325..7297e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.0.5] - 2023-10-23 + +### Fixed + +- Chore: update README. + ## [1.0.4] - 2023-10-23 ### Fixed @@ -20,6 +26,7 @@ All notable changes to this project will be documented in this file. - First release. +[1.0.5]: https://github.com/yutak23/simple-axios-case-converter/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/yutak23/simple-axios-case-converter/compare/v1.0.2...v1.0.4 [1.0.2]: https://github.com/yutak23/simple-axios-case-converter/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/yutak23/simple-axios-case-converter/compare/v1.0.0...v1.0.1 diff --git a/package.json b/package.json index 2f3c6a1..667c2e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-axios-case-converter", - "version": "1.0.4", + "version": "1.0.5", "author": "yutak23 (https://github.com/yutak23)", "repository": { "type": "git",