From 48a63134251218e58c24faac16050969700c221f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:04:11 +0000 Subject: [PATCH] chore(master): release 3.10.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab28d9c..41e95083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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-10-11) + + +### 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)) + ## [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 9dee6415..9eced433 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",