Skip to content

Commit 7b85d4a

Browse files
committed
2.4.0
1 parent 09f7a37 commit 7b85d4a

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="v2.4.0"></a>
5+
## [v2.4.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v2.3.0...v2.4.0) - 2021-06-14
6+
7+
### Added
8+
* [Interpret @range {json} as rdf:JSON params](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/commit/09f7a378c2c8c6471c706fb7bdcee5d59535ec57)
9+
410
<a name="v2.3.0"></a>
511
## [v2.3.0](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/compare/v2.2.0...v2.3.0) - 2021-06-08
612

package.json

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