diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab28d9c..4349532d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.10.1](https://github.com/mnao305/fantia-dl-tool/compare/v3.10.0...v3.10.1) (2024-08-17) + + +### Bug Fixes + +* **deps:** update dependency ky to v1.6.0 ([#565](https://github.com/mnao305/fantia-dl-tool/issues/565)) ([bc796cf](https://github.com/mnao305/fantia-dl-tool/commit/bc796cf66f0297ba6c5e2fd109854e5dd03daee4)) +* **deps:** update dependency ky to v1.7.0 ([#567](https://github.com/mnao305/fantia-dl-tool/issues/567)) ([40f6658](https://github.com/mnao305/fantia-dl-tool/commit/40f6658f2e4ca76478dbb706be778526ea9a8699)) + ## [3.10.0](https://github.com/mnao305/fantia-dl-tool/compare/v3.9.0...v3.10.0) (2024-07-28) diff --git a/package.json b/package.json index 09e708d3..76a6f2c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fantia-dl-tool", - "version": "3.10.0", + "version": "3.10.1", "description": "Fantiaの投稿のメディアを全て一括でDLするツール", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",