Skip to content

Commit 9727dc8

Browse files
committed
2.3.0
1 parent aba0aa1 commit 9727dc8

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="v2.3.0"></a>
5+
## [v2.3.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v2.2.0...v2.3.0) - 2021-06-08
6+
7+
### Added
8+
* [Generate interface-based components](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/aba0aa12900253a687be9b37d1c61da8a2bbaf4b)
9+
410
<a name="v2.2.0"></a>
511
## [v2.2.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v2.1.0...v2.2.0) - 2021-05-19
612

package.json

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

0 commit comments

Comments
 (0)