Skip to content

Commit

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

### Bug Fixes

* **module:** Remove empty comment blocks of merge target modules ([c800a22](https://github.com/christopherthielen/typedoc-plugin-external-module-name/commit/c800a22)), closes [#142](https://github.com/christopherthielen/typedoc-plugin-external-module-name/issues/142)
* **reflections:** Update symbol mappings for merged modules ([248b806](https://github.com/christopherthielen/typedoc-plugin-external-module-name/commit/248b806)), closes [#313](https://github.com/christopherthielen/typedoc-plugin-external-module-name/issues/313) [#193](https://github.com/christopherthielen/typedoc-plugin-external-module-name/issues/193)
* **typedoc-0.14:** Improve typedoc 0.14.0 compatibility to account for api change ([68fc6e1](https://github.com/christopherthielen/typedoc-plugin-external-module-name/commit/68fc6e1))




# 2.1.0 (2019-05-06)
[Compare `typedoc-plugin-external-module-name` versions 2.0.0 and 2.1.0](https://github.com/christopherthielen/typedoc-plugin-external-module-name/compare/2.0.0...2.1.0)

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

0 comments on commit b246cfe

Please sign in to comment.