From 789f54219a88a6f1ab6208ee9457436de67fbbe4 Mon Sep 17 00:00:00 2001 From: itsHenry <2671230065@qq.com> Date: Wed, 14 Jun 2023 19:46:30 +0800 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f4677..e55a4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/itsHenry35/ledu/compare/v1.0.3...v1.1.0) (2023-06-14) + + +### Features + +* add error handling and error reporting ([39c823d](https://github.com/itsHenry35/ledu/commit/39c823d0d113f531152100533db3949a32f2f10a)) + + +### Code Refactoring + +* rewrite all code ([9f9a792](https://github.com/itsHenry35/ledu/commit/9f9a792f04c2ef555a069e6eeeef03676569e384)) + ## [1.0.3](https://github.com/itsHenry35/ledu/compare/v1.0.2...v1.0.3) (2023-05-14)