From 7c75ed9e443632b7afd2dc9253b18d85952ba315 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 22:39:14 +0900 Subject: [PATCH] chore(master): release 3.9.0 (#530) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3ebad6..ff24a986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.9.0](https://github.com/mnao305/fantia-dl-tool/compare/v3.8.1...v3.9.0) (2024-07-07) + + +### Features + +* blog形式のテキストのダウンロードに対応 ([21675e6](https://github.com/mnao305/fantia-dl-tool/commit/21675e61420958f722d173cb5309ffbcf4ca4387)) + + +### Bug Fixes + +* **deps:** update dependency ky to v1.2.2 ([#529](https://github.com/mnao305/fantia-dl-tool/issues/529)) ([f744990](https://github.com/mnao305/fantia-dl-tool/commit/f744990026d22456cb2ffaa020412fa3538519b3)) +* **deps:** update dependency ky to v1.2.3 ([#538](https://github.com/mnao305/fantia-dl-tool/issues/538)) ([6a18e92](https://github.com/mnao305/fantia-dl-tool/commit/6a18e925ffe5b20579bf44062994eea3ebeffec0)) +* **deps:** update dependency ky to v1.2.4 ([#544](https://github.com/mnao305/fantia-dl-tool/issues/544)) ([e39fc9f](https://github.com/mnao305/fantia-dl-tool/commit/e39fc9fa28739cedfd775b70d5fa81451da41ef4)) +* **deps:** update dependency ky to v1.3.0 ([#547](https://github.com/mnao305/fantia-dl-tool/issues/547)) ([3b28762](https://github.com/mnao305/fantia-dl-tool/commit/3b287623763014b4e78718d77a6e808de2d5b855)) +* **deps:** update dependency ky to v1.4.0 ([#552](https://github.com/mnao305/fantia-dl-tool/issues/552)) ([3a1f7d1](https://github.com/mnao305/fantia-dl-tool/commit/3a1f7d136e84a31105fee891ba7b38d50d2d4d3a)) +* タイトルにスペースが入っていた場合にダウンロードができない場合があるのを修正 ([5fbda9f](https://github.com/mnao305/fantia-dl-tool/commit/5fbda9f3468b7dae95b87cb90a0ab008c9745711)) + ## [3.8.1](https://github.com/mnao305/fantia-dl-tool/compare/v3.8.0...v3.8.1) (2024-01-20) diff --git a/package.json b/package.json index 9d9b4940..4b6f7be0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fantia-dl-tool", - "version": "3.8.1", + "version": "3.9.0", "description": "Fantiaの投稿のメディアを全て一括でDLするツール", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",