Skip to content

Commit e00c72a

Browse files
committed
4.1.0
1 parent 7b85bcd commit e00c72a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
<a name="v4.1.0"></a>
5+
## [v4.1.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v4.0.1...v4.1.0) - 2024-09-17
6+
7+
### Added
8+
* [Output the default values of generic types](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/7b85bcd0f59fd1b3a284a286dad7e6c9307cf4e2)
9+
410
<a name="v4.0.1"></a>
511
## [v4.0.1](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v4.0.0...v4.0.1) - 2024-03-05
612

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "componentsjs-generator",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"packageManager": "[email protected]",
55
"description": "Automatically generate component files from TypeScript classes for the Components.js dependency injection framework",
66
"author": "Ruben Taelman <[email protected]>",

0 commit comments

Comments
 (0)