Skip to content

Commit 362f2a8

Browse files
committed
1.6.0
1 parent ec8fca3 commit 362f2a8

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="v1.6.0"></a>
5+
## [v1.6.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v1.5.0...v1.6.0) - 2020-11-24
6+
7+
### Added
8+
* [Allow param range to be undefined when its class range is ignored](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/ec8fca3e0738bf5a1df7d7bcf75de96cdb90816c)
9+
410
<a name="v1.5.0"></a>
511
## [v1.5.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v1.4.1...v1.5.0) - 2020-11-23
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": "1.5.0",
3+
"version": "1.6.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)