From a041ce0e6dfe6154f150f8899c041cb297112159 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Fri, 14 Mar 2025 13:40:25 +0100 Subject: [PATCH] docs: Reflect changes to changelog und push version --- CHANGELOG.md | 32 ++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2caef2..2694a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added + +### Deprecated + + +### Removed + + +### Fixed + + +### Security + +## [0.3.0] + +### Added + - refactor: consolidate registration decorators Introduced Register decorator to handle class and instance registration in the DI container. Deprecated RegisterInstance in favor of Register, which now internally handles instance registration. @@ -21,19 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Added an additional test call to test_RegisterInstanceDecorator with 'instance' mode. - refactor: add region tags for overloads in Register.ts - -### Deprecated - - -### Removed - - -### Fixed - - -### Security - - ## [0.2.0] ### Added @@ -88,4 +91,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 -[0.2.00]: https://github.com/PxaMMaxP/TSinjex/compare/0.0.14...v0.2.0 \ No newline at end of file +[0.2.00]: https://github.com/PxaMMaxP/TSinjex/compare/0.0.14...v0.2.0 +[0.3.00]: https://github.com/PxaMMaxP/TSinjex/compare/0.2.0...v0.3.0 \ No newline at end of file diff --git a/package.json b/package.json index 767bff6..54899b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-injex", - "version": "0.2.0", + "version": "0.3.0", "description": "Simple boilerplate code free dependency injection system for TypeScript.", "type": "module", "main": "./dist/index.js",