Skip to content

Commit

Permalink
Update changelog, decrease regconfig tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Apr 9, 2022
1 parent 9d9381e commit 815b943
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/regconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"core": {
"workingDir": "dist/tmp/.reg",
"actualDir": "dist/tmp/__screenshots__",
"thresholdRate": 0.01,
"thresholdRate": 0.001,
"addIgnore": true,
"ximgdiff": {
"invocationType": "client"
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Unreleased

### Features

- Classes which are `abstract` and enums which are `const` will now be indicated in their rendered documentation, #1874.
- Added a new option `compilerOptions`, which can be used to override compiler options read from `tsconfig.json`, #1891.

### Bug Fixes

- TypeDoc will now warn if a project name/version cannot be inferred from a package.json file, #1907.

### Thanks!

- @ejuda
- @schlusslicht

## v0.22.14 (2022-04-07)

### Bug Fixes
Expand Down

0 comments on commit 815b943

Please sign in to comment.