Skip to content

Commit dcd0bdc

Browse files
authored
patch release v0.1.3 (#25)
1 parent 54e539d commit dcd0bdc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
## v0.1.3 (2020-09-06)
3+
4+
#### :bug: Bug Fixes
5+
* [#24](https://github.com/kazupon/api-docs-gen/pull/24) fix: escape typing ([@kazupon](https://github.com/kazupon))
6+
* [#23](https://github.com/kazupon/api-docs-gen/pull/23) fix: cannot resolve link tag ([@kazupon](https://github.com/kazupon))
7+
8+
#### Committers: 1
9+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
10+
11+
212
## v0.1.2 (2020-08-07)
313

414
#### :bug: Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api-docs-gen",
33
"description": "API Documentation generator from `api-extractor` doc model",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "kawakazu80@gmail.com"

0 commit comments

Comments
 (0)