Skip to content

Commit

Permalink
0.11.0 - Update to TypeScript 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamworkGuy2 committed Jun 12, 2021
1 parent b7d014a commit b4a1da7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ This project does its best to adhere to [Semantic Versioning](http://semver.org/


--------
### [0.10.0](N/A) - 2021-06-05
### [0.11.0](N/A) - 2021-06-12
#### Changed
* `Dates` and `Timestampts` `toDisplayTime()` and `toDisplayDateTime()` AM/PM constants change from "a.m." and "p.m." to "am" and "pm"
* Update to TypeScript 4.3


--------
### [0.10.0](https://github.com/TeamworkGuy2/ts-date-times/commit/b7d014a0e660ffe31821dd19def8f1b5058d6a28) - 2021-06-05
#### Changed
* `Dates` and `Timestampts` `toDisplayTime()` and `toDisplayDateTime()` AM/PM constants change from "a.m." and "p.m." to "am" and "pm" to better align with Javascript defaults
* AM/PM constant strings can be change via `DateConstants.AM_STRING` and `PM_STRING`


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": "ts-date-times",
"version": "0.10.0",
"version": "0.11.0",
"description": "Manage dates, timestamps, and .NET DateTime JSON in TypeScript",
"author": "TeamworkGuy2",
"homepage": "https://github.com/TeamworkGuy2/ts-date-times",
Expand All @@ -16,7 +16,7 @@
"@types/mocha": "~5.2.7",
"chai": "~4.2.0",
"mocha": "~5.2.0",
"typescript": "~4.0.2"
"typescript": "~4.3.2"
},
"scripts": {
"test": "node node_modules/mocha/bin/_mocha -u tdd --recursive",
Expand Down

0 comments on commit b4a1da7

Please sign in to comment.