Skip to content

Commit

Permalink
finish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed May 31, 2019
1 parent 88013e1 commit e8e6829
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## v0.1.0

[diff](https://github.com/PruvoNet/squiss-ts/compare/v0.0.3...v0.1.0)
[diff](https://github.com/PruvoNet/cronicle-client/compare/v0.0.3...v0.1.0)

### Fixed

Expand All @@ -22,15 +22,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## v0.0.3

[diff](https://github.com/PruvoNet/squiss-ts/compare/v0.0.2...v0.0.3)
[diff](https://github.com/PruvoNet/cronicle-client/compare/v0.0.2...v0.0.3)

### Fixed

- Move timing utils to separate module so we can easily extend its features in the future

## v0.0.2

[diff](https://github.com/PruvoNet/squiss-ts/compare/v0.0.1...v0.0.2)
[diff](https://github.com/PruvoNet/scronicle-client/compare/v0.0.1...v0.0.2)

### Fixed

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,11 @@ getUtcTiming(moment.utc('2016-05-26T14:50:50.900Z');
Will produce:
```json
{
years: [ 2016 ],
months: [ 5 ],
days: [ 26 ],
hours: [ 14 ],
minutes: [ 50 ],
"years": [ 2016 ],
"months": [ 5 ],
"days": [ 26 ],
"hours": [ 14 ],
"minutes": [ 50 ]
}
```
Expand Down

0 comments on commit e8e6829

Please sign in to comment.