From 859ac8d3e609a4530c3dc37ad68f0d58da8823b1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Sep 2023 06:51:33 +0000 Subject: [PATCH] release: 0.3.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.3.2](https://github.com/yokenzan/receiptisan/compare/v0.3.1...v0.3.2) (2023-09-26) ### Bug Fixes * **comment:** コメントパターン30のとき、コメント文が出力されない不具合を修正 ([f734921](https://github.com/yokenzan/receiptisan/commit/f734921b9a7e62961e9fc831b5826ad9cb9879cb)) --- CHANGELOG.md | 7 +++++++ lib/receiptisan/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f0a669..402626b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.2](https://github.com/yokenzan/receiptisan/compare/v0.3.1...v0.3.2) (2023-09-26) + + +### Bug Fixes + +* **comment:** コメントパターン30のとき、コメント文が出力されない不具合を修正 ([f734921](https://github.com/yokenzan/receiptisan/commit/f734921b9a7e62961e9fc831b5826ad9cb9879cb)) + ## [0.3.1](https://github.com/yokenzan/receiptisan/compare/v0.3.0...v0.3.1) (2023-09-07) diff --git a/lib/receiptisan/version.rb b/lib/receiptisan/version.rb index dc83edc..26bc6a3 100644 --- a/lib/receiptisan/version.rb +++ b/lib/receiptisan/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Receiptisan - VERSION = '0.3.1' + VERSION = '0.3.2' end