Skip to content

Commit 03ad465

Browse files
committed
1.5.0
1 parent 43ad90f commit 03ad465

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

4+
<a name="v1.5.0"></a>
5+
## [v1.5.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v1.4.1...v1.5.0) - 2020-11-23
6+
7+
### Added
8+
* [Allow classes to be ignored via JSON file, Closes #40](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/ea1028b474e7a697dbf222e5b27ae9ba49f8a7f5)
9+
10+
### Changed
11+
* [Set tsconfig target to es2017](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/43ad90ff0169f05ea77cadf17fd946bcf3c0bfb2)
12+
413
<a name="v1.4.1"></a>
514
## [v1.4.1](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v1.4.0...v1.4.1) - 2020-11-09
615

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.4.1",
3+
"version": "1.5.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)