We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ece5b6 commit 1ff651fCopy full SHA for 1ff651f
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+# [4.0.0](https://github.com/wessberg/di-compiler/compare/v4.0.0-beta.1...v4.0.0) (2024-10-10)
2
+
3
# [4.0.0-beta.1](https://github.com/wessberg/di-compiler/compare/v3.3.0...v4.0.0-beta.1) (2024-10-01)
4
5
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@wessberg/di-compiler",
- "version": "4.0.0-beta.1",
+ "version": "4.0.0",
"description": "A Custom Transformer for Typescript that enables compile-time Dependency Injection",
"scripts": {
6
"generate:sandhog": "sandhog all --yes",
0 commit comments