Skip to content

Commit abf73cc

Browse files
committed
3.0.1
1 parent 7c64fc7 commit abf73cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
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.1"></a>
5+
## [v3.0.1](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v3.0.0...v3.0.1) - 2022-03-02
6+
7+
### Fixed
8+
* [Fix Components.js version range being too strict](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/7c64fc71d80ead5fcc7fc84e5f51a4df0c1e6551)
9+
410
<a name="v3.0.0"></a>
511
## [v3.0.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v3.0.0-beta.7...v3.0.0) - 2022-03-01
612

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "componentsjs-generator",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
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)