From 51f168cb365dde7ca303695a43395d4c6d45292b Mon Sep 17 00:00:00 2001 From: ManuelGil Date: Wed, 21 Feb 2024 08:20:14 -0500 Subject: [PATCH] chore: :bookmark: release 1.5.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 863765e..01b57a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.0] - 2024-02-21 + ### Added - Add `covertToTS` method to `example.controller.ts` file to convert a JSON Schema to TypeScript @@ -134,7 +136,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix file creation issue when creating a new file -[unreleased]: https://github.com/ManuelGil/extension-starter-kit/compare/v1.4.0...HEAD +[unreleased]: https://github.com/ManuelGil/extension-starter-kit/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/ManuelGil/extension-starter-kit/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/ManuelGil/extension-starter-kit/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/ManuelGil/extension-starter-kit/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/ManuelGil/extension-starter-kit/compare/v1.1.0...v1.2.0