diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd6d80..4660a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.4](https://github.com/frontinsampa/frontinsampa.github.io/compare/1.1.3...1.1.4) (2019-06-25) + + +### Bug Fixes + +* Remove dayjs and add vanilla time formatter ([4ebf8e4](https://github.com/frontinsampa/frontinsampa.github.io/commit/4ebf8e4)) + ## [1.1.3](https://github.com/frontinsampa/frontinsampa.github.io/compare/1.1.2...1.1.3) (2019-06-25) diff --git a/package.json b/package.json index 1fbb28f..301d5e4 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@material-ui/core": "^4.0.0-beta.1", "@material-ui/icons": "^4.2.1", "@semantic-release/changelog": "^3.0.4", - "@semantic-release/git": "^7.0.12", + "@semantic-release/git": "^7.0.13", "dayjs": "^1.8.14", "deepmerge": "^3.3.0", "lodash": "^4.17.11",