diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab28d9c..8a7401c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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-12-13) + + +### Bug Fixes + +* **deps:** update dependency commitizen to v4.3.1 ([#574](https://github.com/mnao305/fantia-dl-tool/issues/574)) ([ca47cbb](https://github.com/mnao305/fantia-dl-tool/commit/ca47cbb121757bc3c98e83c8e04c88da734c8038)) +* **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)) +* **deps:** update dependency ky to v1.7.1 ([#568](https://github.com/mnao305/fantia-dl-tool/issues/568)) ([3ae35e7](https://github.com/mnao305/fantia-dl-tool/commit/3ae35e77c4f64d30cbf5b3730eb735af690d20b4)) +* **deps:** update dependency ky to v1.7.2 ([#571](https://github.com/mnao305/fantia-dl-tool/issues/571)) ([bd0617f](https://github.com/mnao305/fantia-dl-tool/commit/bd0617f84f97ee06d20aefb6f29046c2049e815a)) +* **deps:** update dependency ky to v1.7.3 ([#585](https://github.com/mnao305/fantia-dl-tool/issues/585)) ([c3aa178](https://github.com/mnao305/fantia-dl-tool/commit/c3aa17897c69ee110d6b3ef12115c1d2a01977c7)) + ## [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 49cd4058..586e0915 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",