Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanchuk committed Jan 16, 2019
1 parent 9156bd6 commit fea04ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.4 (2019-01-16)


### Bug Fixes

* Date tests ([9f63b97](https://github.com/LCGroupIT/js-ts-mapper/commit/9f63b97))
* serialize, deserialize arrays ([b4b6896](https://github.com/LCGroupIT/js-ts-mapper/commit/b4b6896))



## 1.0.3 (2019-01-16)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-ts-mapper",
"version": "1.0.3",
"version": "1.0.4",
"description": "Mapping json object to Typescript class",
"main": "js-ts-mapper.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,6 @@
},
"homepage": "https://github.com/LCGroupIT/issues#readme",
"dependencies": {
"conventional-changelog-cli": "^2.0.11",
"reflect-metadata": "^0.1.12"
},
"module": "js-ts-mapper.js",
Expand All @@ -52,6 +51,7 @@
"@types/jasmine": "^2.8.8",
"@types/webpack": "^4.4.11",
"@types/webpack-env": "^1.13.6",
"conventional-changelog-cli": "^2.0.11",
"cpy-cli": "^2.0.0",
"es6-shim": "^0.35.3",
"istanbul-instrumenter-loader": "^3.0.1",
Expand Down

0 comments on commit fea04ed

Please sign in to comment.