Skip to content

Commit 2e74167

Browse files
committed
2.1.0
1 parent 9e181fc commit 2e74167

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="v2.1.0"></a>
5+
## [v2.1.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v2.0.0...v2.1.0) - 2021-01-18
6+
7+
### Added
8+
* [Add experimental typeScopedContexts flag](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/9e181fcf7edb01909be9f23920fae4ee01a3cba2)
9+
10+
### Fixed
11+
* [Fix build error when source or target path occurs 1+ times in path](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/379d9aa2c6219d5a43e91e48182e9cb2aa395c14)
12+
413
<a name="v2.0.0"></a>
514
## [v2.0.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v1.6.0...v2.0.0) - 2021-01-14
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": "2.0.0",
3+
"version": "2.1.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)