Skip to content

Commit 94fa490

Browse files
author
Umed Khudoiberdiev
committed
version bump
1 parent 5e76ab6 commit 94fa490

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release notes
22

3+
**0.1.4**
4+
5+
* added `TransformClassToPlain` and `TransformClassToClass` decorators
6+
37
**0.1.0**
48

59
* renamed library from `constructor-utils` to `class-transformer`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "class-transformer",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors",
55
"license": "MIT",
66
"readmeFilename": "README.md",

0 commit comments

Comments
 (0)