We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d0b4c commit 167017eCopy full SHA for 167017e
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# v1.2.3 (2019-05-11)
2
+
3
+## Bug Fixes
4
5
+* Wrong output files were included in v1.2.x builds, closes [#98](https://github.com/dhlab-basel/json2typescript/issues/98)
6
7
# v1.2.2 (2019-05-04)
8
9
## Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "json2typescript",
- "version": "1.2.2",
+ "version": "1.2.3",
"description": "Provides TypeScript methods to map a JSON object to a JavaScript object on runtime",
"keywords": [
"convert",
0 commit comments