Skip to content

Commit 168b6dc

Browse files
committed
4.0.1
1 parent de5b896 commit 168b6dc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.0.1"></a>
5+
## [v4.0.1](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v4.0.0...v4.0.1) - 2024-03-05
6+
7+
### Fixed
8+
* [Fix invalid postinstall script](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/de5b89666a661a21b13c54e256551e2f720bf61f)
9+
410
<a name="v4.0.0"></a>
511
## [v4.0.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v3.1.2...v4.0.0) - 2024-03-05
612

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "componentsjs-generator",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"packageManager": "yarn@4.0.1",
55
"description": "Automatically generate component files from TypeScript classes for the Components.js dependency injection framework",
66
"author": "Ruben Taelman <rubensworks@gmail.com>",

0 commit comments

Comments
 (0)