From 9f714b3166c331a12278635277038ead7701a710 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Tue, 2 Apr 2024 10:40:29 +0200 Subject: [PATCH] doc(CHANGELOG.md.md) update to version 3.3.6 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e6588..e1a24bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [3.3.6] 2024-04-02; + ### Added - The `afterBuildAll` parameter to the `bindDecorators` and `singletonDecorators` method, fixes #61. @@ -530,4 +532,5 @@ org/psr/psr-11/) [3.3.3]: https://github.com/lucatume/di52/compare/3.3.2...3.3.3 [3.3.4]: https://github.com/lucatume/di52/compare/3.3.3...3.3.4 [3.3.5]: https://github.com/lucatume/di52/compare/3.3.4...3.3.5 -[unreleased]: https://github.com/lucatume/di52/compare/3.3.5...HEAD +[3.3.6]: https://github.com/lucatume/di52/compare/3.3.5...3.3.6 +[unreleased]: https://github.com/lucatume/di52/compare/3.3.6...HEAD