Skip to content

Commit d21704e

Browse files
committed
docs(CHANGELOG): change case of h1 titles
1 parent 9106a22 commit d21704e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
- `Added`:
44
- `StringUtilsWord.formatWords(toFormat: string | string[])` apply `StringUtilsWord.formatWord(str)` to a complete sentence or table of words.
55

6-
# VERSION 2.1.0
6+
# Version 2.1.0
77

88
- `Fixes`:
99
- `StringUtilsCase.splitByCase()` method doesn't remove spaces anymore while splitting `lowercase` and `uppercase` formed strings.
1010
- `Added`:
1111
- `type Case` is now provided to reliably link managed cases.
1212
- `StringUtilsCase.convertToCase(str: string, caseToConvert: Case)` has been implemented.
1313

14-
# VERSION 2.0.0
14+
# Version 2.0.0
1515

1616
- Added:
1717
- Unit testing is now part of this project.

0 commit comments

Comments
 (0)