Skip to content

Commit

Permalink
0.8.1 - Forgot to update package.json version and forgot to include r…
Browse files Browse the repository at this point in the history
…elease tarball.
  • Loading branch information
TeamworkGuy2 committed Apr 14, 2018
1 parent 16e3a06 commit bf3d1aa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ This project does its best to adhere to [Semantic Versioning](http://semver.org/


--------
### [0.7.6](N/A) - 2018-04-09
### [0.8.1](N/A) - 2018-04-14
#### Changed
* Forgot to update package.json version in 0.8.0 release
* Forgot to include release tarball


--------
### [0.8.0](https://github.com/TeamworkGuy2/ts-date-times/commit/16e3a06868b8457b6568ace0e6bd013ec916c2b6) - 2018-04-09
#### Changed
* Renamed DateTimes.[ts|js] -> index.[ts|js] to follow standard npm package format
* Added release tarball and npm script `build-package` to package.json referencing external process to generate tarball


Expand Down
Binary file added bin/ts-date-times-0.8.1.tgz
Binary file not shown.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "ts-date-times",
"version": "0.7.6",
"version": "0.8.1",
"description": "Manage dates, timestamps, and .NET DateTime JSON in TypeScript",
"author": "TeamworkGuy2",
"homepage": "https://github.com/TeamworkGuy2/ts-date-times",
"license": "MIT",
"main": "index.js",
"dependencies": {
"repository": {
"type": "git",
"url": "https://github.com/TeamworkGuy2/ts-date-times.git"
},
"dependencies": {},
"devDependencies": {
"@types/chai": "~4.1.2",
"@types/mocha": "~5.0.0",
Expand Down

0 comments on commit bf3d1aa

Please sign in to comment.