Skip to content

Commit 4177802

Browse files
committed
4.0.0
1 parent e96ef49 commit 4177802

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
<a name="v4.0.0"></a>
5+
## [v4.0.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v3.1.2...v4.0.0) - 2024-03-05
6+
7+
### Changed
8+
* [Bump @typescript-eslint/typescript-estree to v7](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/e96ef49eba3c3c682348888f01cdf5a317274b08)
9+
* [Update to Components.js v6](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/dc60e5ce3a0097276971393312ba34b58da19d8d)
10+
411
<a name="v3.1.2"></a>
512
## [v3.1.2](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v3.1.1...v3.1.2) - 2023-06-15
613

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": "3.1.2",
3+
"version": "4.0.0",
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)