From 497b58a7c11a56188fc359eacb477ab8b7a543bc Mon Sep 17 00:00:00 2001 From: "Max P." Date: Tue, 11 Mar 2025 13:34:01 +0100 Subject: [PATCH] docs: push version to 0.2.0 --- CHANGELOG.md | 21 +++++++++++++++++++-- package.json | 4 ++-- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1af25..21240b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added + +### Deprecated + + +### Removed + + +### Fixed + + +### Security + + +## [0.2.0] + +### Added + - Add pre release building to release workflow on dev/* branches an version changes. - feat: Introduced a new CLI command `tsinjex-generate` to automate the generation of import statements for registered dependencies. The command scans `.ts` files for `@Register` and `@RegisterInstance` decorators and generates an `auto-imports.ts` file. @@ -27,7 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security - ## [0.0.14] ### Added @@ -59,4 +75,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- [unreleased]: https://github.com/PxaMMaxP/TSinjex/compare/0.0.14...HEAD -[0.0.14]: https://github.com/PxaMMaxP/TSinjex/compare/0.0.13...v0.0.14 \ No newline at end of file +[0.0.14]: https://github.com/PxaMMaxP/TSinjex/compare/0.0.13...v0.0.14 +[0.2.00]: https://github.com/PxaMMaxP/TSinjex/compare/0.0.14...v0.2.0 \ No newline at end of file diff --git a/package.json b/package.json index ee11df5..767bff6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-injex", - "version": "0.1.0", + "version": "0.2.0", "description": "Simple boilerplate code free dependency injection system for TypeScript.", "type": "module", "main": "./dist/index.js", @@ -63,4 +63,4 @@ "LICENSE", "package.json" ] -} \ No newline at end of file +}