File tree 2 files changed +38
-1
lines changed 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ <a name =" 0.1.0 " ></a >
7
+
8
+ # 0.1.0 (2020-10-27)
9
+
10
+ ### Bug Fixes
11
+
12
+ - update build script ([ 3f4ede2] ( https://github.com/Himenon/openapi-typescript-practice/commit/3f4ede2 ) )
13
+ - versions ([ 0dd8441] ( https://github.com/Himenon/openapi-typescript-practice/commit/0dd8441 ) )
14
+ - warning 対応 ([ c648065] ( https://github.com/Himenon/openapi-typescript-practice/commit/c648065 ) )
15
+ - yarn.lock ([ 5349108] ( https://github.com/Himenon/openapi-typescript-practice/commit/5349108 ) )
16
+
17
+ ### Builds
18
+
19
+ - update ([ 62e78b7] ( https://github.com/Himenon/openapi-typescript-practice/commit/62e78b7 ) )
20
+ - ** tsconfig:** noUnusedParameters false ([ 60c1b58] ( https://github.com/Himenon/openapi-typescript-practice/commit/60c1b58 ) )
21
+ - add docs gen ([ 518115f] ( https://github.com/Himenon/openapi-typescript-practice/commit/518115f ) )
22
+ - open api 関連のツール整理 ([ 5cafd0d] ( https://github.com/Himenon/openapi-typescript-practice/commit/5cafd0d ) )
23
+
24
+ ### Chores
25
+
26
+ - add example ([ b347652] ( https://github.com/Himenon/openapi-typescript-practice/commit/b347652 ) )
27
+ - MockServer の自動更新スクリプトを追加 ([ b650269] ( https://github.com/Himenon/openapi-typescript-practice/commit/b650269 ) )
28
+ - リリース周りの調整 ([ 7460a95] ( https://github.com/Himenon/openapi-typescript-practice/commit/7460a95 ) )
29
+
30
+ ### Continuous Integrations
31
+
32
+ - add workflow ([ bc6fc51] ( https://github.com/Himenon/openapi-typescript-practice/commit/bc6fc51 ) )
33
+
34
+ ### Features
35
+
36
+ - endpoints のサンプルを追加 ([ b7bb148] ( https://github.com/Himenon/openapi-typescript-practice/commit/b7bb148 ) )
37
+ - ** openapi:** initialize ([ bc6c8fc] ( https://github.com/Himenon/openapi-typescript-practice/commit/bc6c8fc ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @himenon/openapi-typescript-practice" ,
3
- "version" : " 0.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"description" : " OpenAPIを利用したAPI作成と、開発、リリースフローまでの仕組みづくりの練習" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments