Skip to content

Commit

Permalink
build: version 0.0.1 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiming committed Mar 10, 2018
1 parent 99d989a commit 9eb8885
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<a name="0.0.1"></a>
## 0.0.1 (2018-03-10)


### Features

* basic entity and column ([4cfb3b0](https://github.com/tinylog/tinylog-service/commit/4cfb3b0))
* basic framework ([fc50e38](https://github.com/tinylog/tinylog-service/commit/fc50e38))
* initial commit ([7e2fc46](https://github.com/tinylog/tinylog-service/commit/7e2fc46))
* update schema and controller, auto swagger generation ([117349c](https://github.com/tinylog/tinylog-service/commit/117349c))
* use openapi document generator ([3fa0449](https://github.com/tinylog/tinylog-service/commit/3fa0449))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinylog-service",
"version": "0.0.0",
"version": "0.0.1",
"main": "index.js",
"author": "ruiming <ruiming.zhuang@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 9eb8885

Please sign in to comment.