Skip to content

Commit

Permalink
upgrade to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jun 6, 2021
1 parent 58b2651 commit ab519da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/realworld/lib.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function isDate(date) {
exports.isDate = function (date) {
return /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$/.test(date);
}
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sigodenjs/apitest",
"description": "declartive api testing tool",
"version": "0.7.0",
"version": "0.8.0",
"bin": {
"apitest": "dist/bin.js"
},
Expand Down

0 comments on commit ab519da

Please sign in to comment.