Skip to content

Commit

Permalink
Merge pull request #19 from OpenAPITools/remove-log
Browse files Browse the repository at this point in the history
Remove log
  • Loading branch information
wing328 authored Aug 11, 2019
2 parents 2f4f361 + 38aa000 commit a47e929
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions bin/tag-latest
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ const {registry} = lib.config;
cmd.stdout.pipe(process.stdout);
cmd.stderr.pipe(process.stderr);
});

console.log('latest version = ' + latestVersion);
})();
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapitools/openapi-generator-cli",
"version": "0.0.13",
"version": "0.0.14",
"description": "A npm package wrapper for https://github.com/OpenAPITools/openapi-generator",
"private": false,
"keywords": [
Expand Down

0 comments on commit a47e929

Please sign in to comment.