diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8ea65..40016b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.10](https://github.com/yokenzan/receiptisan/compare/v0.2.9...v0.2.10) (2023-01-31) + + +### Bug Fixes + +* **format:** カッコ付き数字の置換処理で常に⑴を返してしまう不具合を修正 ([fa3a4c8](https://github.com/yokenzan/receiptisan/commit/fa3a4c8833452fc9a99f5465af70ab24bfadf592)) + ## [0.2.9](https://github.com/yokenzan/receiptisan/compare/v0.2.8...v0.2.9) (2023-01-22) diff --git a/lib/receiptisan/version.rb b/lib/receiptisan/version.rb index dec09e0..695618d 100644 --- a/lib/receiptisan/version.rb +++ b/lib/receiptisan/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Receiptisan - VERSION = '0.2.9' + VERSION = '0.2.10' end