From e92395fdb6e6aeb12cd9d3ef944b5d53382c10ff Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Apr 2024 07:26:08 +0000 Subject: [PATCH] chore(release): 1.1.0-beta.1 [skip ci] # [1.1.0-beta.1](https://github.com/TomokiMiyauci/format/compare/1.0.1...1.1.0-beta.1) (2024-04-10) ### Bug Fixes * **format:** fix type inferernce ([8e0142a](https://github.com/TomokiMiyauci/format/commit/8e0142a8072eefd541252b32fa9d14be501ca6b4)) ### Features * **deps:** change from deno.land module to jsr module ([a8aa3a8](https://github.com/TomokiMiyauci/format/commit/a8aa3a8bae5f86effb2ddb9fd19eafe2f334514a)) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9993a0..c8d5ba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.1.0-beta.1](https://github.com/TomokiMiyauci/format/compare/1.0.1...1.1.0-beta.1) (2024-04-10) + + +### Bug Fixes + +* **format:** fix type inferernce ([8e0142a](https://github.com/TomokiMiyauci/format/commit/8e0142a8072eefd541252b32fa9d14be501ca6b4)) + + +### Features + +* **deps:** change from deno.land module to jsr module ([a8aa3a8](https://github.com/TomokiMiyauci/format/commit/a8aa3a8bae5f86effb2ddb9fd19eafe2f334514a)) + ## [1.0.1](https://github.com/TomokiMiyauci/format/compare/1.0.0...1.0.1) (2023-06-20)