Skip to content

Commit d7caeb4

Browse files
committed
3.0.0
1 parent e47d9fc commit d7caeb4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
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="v3.0.0"></a>
5+
## [v3.0.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v3.0.0-beta.7...v3.0.0) - 2022-03-01
6+
7+
### Changed
8+
* [Update to CJS 5](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/f2be05ba2065116c9b2bf405fd84e8d1ce0155c1)
9+
* [Update dependency @types/node to v16](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/66dfae6b27d923c795f6bc455272fb8c95e0a048)
10+
411
<a name="v3.0.0-beta.7"></a>
512
## [v3.0.0-beta.7](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v3.0.0-beta.6...v3.0.0-beta.7) - 2022-02-08
613

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "componentsjs-generator",
3-
"version": "3.0.0-beta.7",
3+
"version": "3.0.0",
44
"description": "Automatically generate component files from TypeScript classes for the Components.js dependency injection framework",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)