Skip to content

Commit d4532e3

Browse files
authored
minor release v0.3.0 (#72)
1 parent bd13035 commit d4532e3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

2+
## v0.3.0 (2021-05-21)
3+
4+
#### :star: Features
5+
* [#71](https://github.com/kazupon/api-docs-gen/pull/71) feat: generics parameter docs ([@kazupon](https://github.com/kazupon))
6+
* [#70](https://github.com/kazupon/api-docs-gen/pull/70) feat: call signature for interfaces ([@kazupon](https://github.com/kazupon))
7+
8+
#### :boom: Breaking Change
9+
* [#69](https://github.com/kazupon/api-docs-gen/pull/69) breaking: change to caml from kebab ([@kazupon](https://github.com/kazupon))
10+
* [#68](https://github.com/kazupon/api-docs-gen/pull/68) fix: drop Node v10 ([@kazupon](https://github.com/kazupon))
11+
12+
#### Committers: 1
13+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
14+
15+
216
## v0.2.6 (2020-11-30)
317

418
#### :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.2.6",
4+
"version": "0.3.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "kawakazu80@gmail.com"

0 commit comments

Comments
 (0)