Skip to content

Commit a9e6414

Browse files
committed
Update changelog
1 parent 2c5edd9 commit a9e6414

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.1.0
2+
3+
## Documentation
4+
5+
Improve `README`.
6+
17
# 1.0.0
28

39
Initial release.

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ export const UnknownError = AnyError.subclass('UnknownError', {
3535
})
3636
```
3737

38-
Errors now include the following message.
38+
[Unknown errors](https://github.com/ehmicky/modern-errors/README.md#unknown-errors)
39+
now include the following message.
3940

4041
```
4142
Please report this bug at: https://github.com/my-name/my-project/issues
@@ -62,11 +63,12 @@ Plugin object to
6263

6364
## Configuration
6465

65-
The bug reports URL must be a `string` or
66-
[`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL). This plugin is
67-
especially useful with
68-
[_unknown_ errors](https://github.com/ehmicky/modern-errors/README.md#unknown-errors).
69-
However, it can also apply to (in priority order):
66+
The bug reports URL must be a `string` or a
67+
[`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL).
68+
69+
While this plugin is especially useful with
70+
[_unknown_ errors](https://github.com/ehmicky/modern-errors/README.md#unknown-errors),
71+
it can also apply to (in priority order):
7072

7173
- Any error: second argument to
7274
[`modernErrors()`](https://github.com/ehmicky/modern-errors#modernerrorsplugins-options)

0 commit comments

Comments
 (0)