Skip to content

Commit 2e0a2c2

Browse files
docs(README.md): add changelog.
1 parent 9a94f99 commit 2e0a2c2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Manages an [`Error`][js-error].
4444
* [`ValidationError`](#validationerror)
4545
* [Interface](#interface)
4646
* [Experimental](#experimental)
47+
* [Changelog](#changelog)
4748
* [Git](#git)
4849
* [Commit](#commit)
4950
* [Versioning](#versioning)
@@ -115,7 +116,7 @@ import {
115116

116117
```typescript
117118
/*
118-
* Experimental
119+
* Experimental.
119120
*/
120121
import {
121122
// Class.
@@ -384,6 +385,8 @@ messageClassBuilder
384385
console.log(messageClassBuilder.get);
385386
```
386387

388+
<br>
389+
387390
#### `MessageFunctionBuilder`
388391

389392
Message function builder for error message of a [`string`][js-string] type.
@@ -409,6 +412,14 @@ console.log(messageFunctionBuilder.get);
409412

410413
<br>
411414

415+
## Changelog
416+
417+
The **changelog** of this package is based on [*keep a changelog*](https://keepachangelog.com/en/1.0.0/). To read it, click on the [CHANGELOG.md](https://github.com/angular-package/error/blob/main/CHANGELOG.md) link.
418+
419+
> A changelog is a file which contains a curated, chronologically ordered list of notable changes for each version of a project. - [*keep a changelog*](https://keepachangelog.com/en/1.0.0/)
420+
421+
<br>
422+
412423
## GIT
413424

414425
### Commit

0 commit comments

Comments
 (0)