Skip to content

Commit 7cb3552

Browse files
author
Maximilian Wehrstedt
committed
prepared release v0.8.3
1 parent d73592b commit 7cb3552

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
# v0.8.3
4+
Bugfixes:
5+
- Not all supported items were added to their parent member
6+
37
# v0.8.0
48
New features in this release:
59
- You can outsource the since tag comparator function to an external file and pass that file instead of the string representation of the function

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otris/jsdoc-tsd",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "JSDoc Template for generate typescript definition files from JSDoc comments",
55
"main": "./src-out/core/publish.js",
66
"scripts": {

0 commit comments

Comments
 (0)