Skip to content

Commit 34259c1

Browse files
committed
2.2.0
1 parent 2699050 commit 34259c1

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="v2.2.0"></a>
5+
## [v2.2.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v2.1.0...v2.2.0) - 2021-05-19
6+
7+
### Added
8+
* [Allow components from third-party packages to be used, Closes #39](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/3676b8a46d4e876ca4c7e4bba5a4ecbabbf2a5b2)
9+
410
<a name="v2.1.0"></a>
511
## [v2.1.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v2.0.0...v2.1.0) - 2021-01-18
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": "2.1.0",
3+
"version": "2.2.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)