Skip to content

Commit

Permalink
4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 17, 2020
1 parent f3c75dd commit f87b182
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 4.0.4 (2020-12-17)
[Compare `typedoc-plugin-external-module-name` versions 4.0.3 and 4.0.4](https://github.com/christopherthielen/typedoc-plugin-external-module-name/compare/4.0.3...4.0.4)

### Bug Fixes

* If automatic name guesses '.', rename to 'root' instead. ([52bb52c](https://github.com/christopherthielen/typedoc-plugin-external-module-name/commit/52bb52c))
* rootFileNames can be an empty array. Use current dir as the base path instead of blowing up. ([f3c75dd](https://github.com/christopherthielen/typedoc-plugin-external-module-name/commit/f3c75dd)), closes [#548](https://github.com/christopherthielen/typedoc-plugin-external-module-name/issues/548)


### Features

* allow .cjs and .mjs extensions for custom mapping function file to accomodate "type": "module" in package.json ([f47f8ec](https://github.com/christopherthielen/typedoc-plugin-external-module-name/commit/f47f8ec))
* support typedoc 0.19 ([f787640](https://github.com/christopherthielen/typedoc-plugin-external-module-name/commit/f787640))




## 4.0.3 (2020-06-06)
[Compare `typedoc-plugin-external-module-name` versions 4.0.2 and 4.0.3](https://github.com/christopherthielen/typedoc-plugin-external-module-name/compare/4.0.2...4.0.3)

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": "typedoc-plugin-external-module-name",
"version": "4.0.3",
"version": "4.0.4",
"description": "Specify the Typedoc Module of a file using @module annotation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f87b182

Please sign in to comment.