From c75a46f4fa64fce5726a5197009d7b89eb1ff0b6 Mon Sep 17 00:00:00 2001 From: itsHenry <2671230065@qq.com> Date: Fri, 29 Sep 2023 13:17:01 +0800 Subject: [PATCH] chore(main): release 1.5.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3142288..9c15816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.5.0](https://github.com/itsHenry35/ledu/compare/v1.4.1...v1.5.0) (2023-09-29) + + +### Features + +* replace illegal characters ([829bd32](https://github.com/itsHenry35/ledu/commit/829bd3299e9f62860efae82bd90ed76880996305)) + + +### Bug Fixes + +* fix logical error when error password occurs ([91f729b](https://github.com/itsHenry35/ledu/commit/91f729b01fed84490b7b925aab77d2c48127769e)) + + +### CI + +* remove auto merge ([12d0347](https://github.com/itsHenry35/ledu/commit/12d034776b2a8488f2655e17c2f52f624cfe90ff)) + ## [1.4.1](https://github.com/itsHenry35/ledu/compare/v1.4.0...v1.4.1) (2023-09-24)