Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
runem committed Jul 12, 2020
1 parent e0d9155 commit 432d31f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
### Added

- JSDoc related utils are now exported from WCA ([#171](https://github.com/runem/web-component-analyzer/pull/171))
- `hasUpdated` and `updateComplete` are now considered protected members for `LitElement` elements ([#166](https://github.com/runem/web-component-analyzer/pull/166)
- `hasUpdated` and `updateComplete` are now considered protected members for `LitElement` elements (https://github.com/runem/web-component-analyzer/pull/166)
- Updated all dependencies.
- It's now possible to traverse the entire inheritance tree using `declaration.heritageClauses`.
- Added `--inline-types` CLI option that can be used to expand type aliases in order to inline types in the documentation ([#140](https://github.com/runem/web-component-analyzer/issues/140))

## [1.0.2] - 2020-01-18

Expand Down

0 comments on commit 432d31f

Please sign in to comment.