We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0421d6 commit f4eee91Copy full SHA for f4eee91
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# v1.0.4 (2017-09-12)
2
+
3
+## Bug Fixes
4
5
+* Fixed bug in serialization mode
6
7
# v1.0.3 (2017-09-10)
8
9
## Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "json2typescript",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Provides TypeScript methods to map a JSON object to a JavaScript object on runtime",
"keywords": [
"convert",
0 commit comments