Skip to content

Commit 951d784

Browse files
committed
3.2.0
1 parent 87b74d1 commit 951d784

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [3.2.0](https://github.com/wessberg/di-compiler/compare/v3.1.0...v3.2.0) (2023-01-23)
2+
3+
4+
### Features
5+
6+
* add .js extensions to built types to make them compatible with codebases running with Node16 or NodeNext module resolution ([87b74d1](https://github.com/wessberg/di-compiler/commit/87b74d16f0c3a431151bfb7869b914f7eba9620a))
7+
8+
9+
110
# [3.1.0](https://github.com/wessberg/di-compiler/compare/v3.0.0...v3.1.0) (2023-01-10)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wessberg/di-compiler",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A Custom Transformer for Typescript that enables compile-time Dependency Injection",
55
"scripts": {
66
"generate:sandhog": "sandhog all --yes",

0 commit comments

Comments
 (0)