Skip to content

Commit

Permalink
chore(release): 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Ludden committed Feb 18, 2020
1 parent a77ed92 commit 98dca1d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.4](https://github.com/cludden/ajv-moment/compare/v2.0.3...v2.0.4) (2020-02-18)


### Bug Fixes

* adds standard-version and corresponding release script ([a77ed92](https://github.com/cludden/ajv-moment/commit/a77ed921eee8ebaa2618298622d83d6176a63c05))
* updates out-of-date dependencies ([ae04d48](https://github.com/cludden/ajv-moment/commit/ae04d488f37c03bbfb6e94f9cabd3c44a489a1a6))

<a name="2.0.3"></a>
## [2.0.3](https://github.com/cludden/ajv-moment/compare/v2.0.2...v2.0.3) (2019-03-22)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ajv-moment",
"version": "2.0.3",
"version": "2.0.4",
"description": "robust date validation for ajv",
"main": "./dist/index.js",
"scripts": {
Expand Down Expand Up @@ -40,4 +40,4 @@
"sinon": "^1.17.4",
"standard-version": "^7.1.0"
}
}
}

0 comments on commit 98dca1d

Please sign in to comment.