From ff140127aec449fef9ad4a3599070eee5c812caf Mon Sep 17 00:00:00 2001 From: yushiang Date: Sat, 19 Aug 2023 17:25:41 +0800 Subject: [PATCH] doc: add v1.1.0 changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be7f87..faf2c2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://github.com/olivierlacan/keep-a ## [Unreleased] +## [1.1.0] - 2023-08-19 + ### Added - Eslint [working directory](https://nextjs.org/docs/app/building-your-application/configuring/eslint#linting-custom-directories-and-files) and github ci for testing.(https://github.com/yushiang-demo/PanoToMesh/pull/19) @@ -26,7 +28,7 @@ The format is based on [Keep a Changelog](https://github.com/olivierlacan/keep-a - Remove source code of `OrbitControls` use add-on version from three.(https://github.com/yushiang-demo/PanoToMesh/pull/18) -## [1.0.0] - 2023-08-28 +## [1.0.0] - 2023-07-28 ### Added @@ -49,5 +51,6 @@ The format is based on [Keep a Changelog](https://github.com/olivierlacan/keep-a Code which doesn't make changes with pull requests won't be recorded. [unreleased]: https://github.com/yushiang-demo/PanoToMesh/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/yushiang-demo/PanoToMesh/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/yushiang-demo/PanoToMesh/compare/v0.0.0...v1.0.0 [0.0.0]: https://github.com/yushiang-demo/PanoToMesh/releases/tag/v0.0.0