Skip to content

Commit

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

### Bug Fixes

* **emptycomment:** Remove empty comments on source reflections that are being merged, just in case.. not sure if this is even necessary! ([bd9b5cd](https://github.com/christopherthielen/typedoc-plugin-external-module-name/commit/bd9b5cd))
* **typedoc0.16:** Some fixes for 0.16.x (WIP) ([0089d19](https://github.com/christopherthielen/typedoc-plugin-external-module-name/commit/0089d19))


### Features

* **typedoc0.16.4:** Support typedoc 0.16.4 ([02aa15a](https://github.com/christopherthielen/typedoc-plugin-external-module-name/commit/02aa15a))




## 2.2.1 (2020-01-15)
[Compare `typedoc-plugin-external-module-name` versions 2.1.0 and 2.2.1](https://github.com/christopherthielen/typedoc-plugin-external-module-name/compare/2.1.0...2.2.1)

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

0 comments on commit eb9951b

Please sign in to comment.