Skip to content

Commit 59a1307

Browse files
committed
3.0.2
1 parent 743b052 commit 59a1307

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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="v3.0.2"></a>
5+
## [v3.0.2](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v3.0.1...v3.0.2) - 2022-03-15
6+
7+
### Fixed
8+
* [Add path expansion for Windows users, Closes #96](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/3a0d109d6b9d46f976c4212826c02d0e3d448489)
9+
410
<a name="v3.0.1"></a>
511
## [v3.0.1](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v3.0.0...v3.0.1) - 2022-03-02
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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Automatically generate component files from TypeScript classes for the Components.js dependency injection framework",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)