Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit c32ada3

Browse files
committed
changelog for 0.14.0
1 parent 3c12006 commit c32ada3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog for apidoc-core
22

3+
## 0.14.0
4+
5+
### Added
6+
7+
* Implement apiBody and apiQuery tags by @SWheeler17 #104
8+
* Expose parseSource function by @woodgear #109
9+
* Add GitHub actions by @tommy87 #107
10+
311
## 0.13.0
412

513
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apidoc-core",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Core parser library to generate apidoc result following the apidoc-spec",
55
"author": "Peter Rottmann <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)