From b6b62a9ca67f84fad354bf6b05ae4d390a3e3c70 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Jun 2022 07:35:14 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/itchatapp/api/compare/v1.1.0...v1.1.1) (2022-06-09) ### Bug Fixes * Remove un-needed lifetimes ([39a27e5](https://github.com/itchatapp/api/commit/39a27e5d70b6a04397e572b14a82295bd77755ef)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5fd931..258f1ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/itchatapp/api/compare/v1.1.0...v1.1.1) (2022-06-09) + + +### Bug Fixes + +* Remove un-needed lifetimes ([39a27e5](https://github.com/itchatapp/api/commit/39a27e5d70b6a04397e572b14a82295bd77755ef)) + # [1.1.0](https://github.com/itchatapp/api/compare/v1.0.1...v1.1.0) (2022-06-09)