Skip to content

Commit 28aec8e

Browse files
committed
3.3.0
1 parent 3d0b582 commit 28aec8e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [3.3.0](https://github.com/wessberg/di-compiler/compare/v3.2.0...v3.3.0) (2023-08-04)
2+
3+
4+
### Bug Fixes
5+
6+
* run tests on Node v16.14.0 and up ([1357846](https://github.com/wessberg/di-compiler/commit/1357846d1c9bfc6e4f01f618de8e8ed57d1dce88))
7+
* run tests on v16.15.1 instead ([b6bac40](https://github.com/wessberg/di-compiler/commit/b6bac405d50f803fbd77221a6fe07ed97d7b2b2a))
8+
9+
10+
### Features
11+
12+
* add TypeScript v5.1 support ([3d0b582](https://github.com/wessberg/di-compiler/commit/3d0b582adee65dd54acdefed80ec337de6561809))
13+
14+
15+
116
# [3.2.0](https://github.com/wessberg/di-compiler/compare/v3.1.0...v3.2.0) (2023-01-23)
217

318

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.2.0",
3+
"version": "3.3.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)