Skip to content

Commit 4099044

Browse files
author
Maximilian Wehrstedt
committed
Prepared release v1.0.1
1 parent 80623a2 commit 4099044

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
# v1.0.1
4+
Bugfixes:
5+
- Nested arrays were not mapped correctly, e.g.
6+
- Arrays with union types were not mapped correctly
7+
38
# v1.0.0
49
New features in this release:
510
- The config property `ignorePrivateMembers` was removed. Instead we use jsdoc provided functionality to

package.json

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

0 commit comments

Comments
 (0)