Skip to content

Commit

Permalink
Prepared release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Wehrstedt committed Aug 15, 2018
1 parent 80623a2 commit 4099044
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

# v1.0.1
Bugfixes:
- Nested arrays were not mapped correctly, e.g.
- Arrays with union types were not mapped correctly

# v1.0.0
New features in this release:
- The config property `ignorePrivateMembers` was removed. Instead we use jsdoc provided functionality to
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@otris/jsdoc-tsd",
"version": "1.0.0",
"version": "1.0.1",
"description": "JSDoc Template for generate typescript definition files from JSDoc comments",
"main": "src-out/core/publish.js",
"repository": {
Expand Down

0 comments on commit 4099044

Please sign in to comment.