Skip to content

Commit 21eb8bc

Browse files
committed
Update changelog
1 parent a9c8f75 commit 21eb8bc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ import modernErrors from 'modern-errors'
4242
import modernErrorsProcess from 'modern-errors-process'
4343

4444
export const AnyError = modernErrors([modernErrorsProcess])
45+
// ...
4546
```
4647

47-
Initializing the process error handler.
48+
[Initializing](#anyerrorlogprocess) the process error handler.
4849

4950
```js
5051
AnyError.logProcess()

0 commit comments

Comments
 (0)