Skip to content

Commit 9785c10

Browse files
committed
chore: improve changelog readability
Change date notation from YYYY-MM-DD to YYYY.MM.DD to make it a tiny bit easier to parse while reading.
1 parent 20bb55a commit 9785c10

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ Versioning]. The file is auto-generated using [Conventional Commits].
88
## Overview
99

1010
- [**Unreleased**](#unreleased)
11-
- _2019-08-05_ [**`0.2.0`**](#020)
12-
- _2019-08-02_ [**`0.1.0`**](#010)
11+
- _2019.08.05_ [**`0.2.0`**](#020)
12+
- _2019.08.02_ [**`0.1.0`**](#010)
1313

1414
## [Unreleased]
1515

1616
_nothing new to show for… yet!_
1717

1818
## [0.2.0]
1919

20-
- date: 2019-08-05
20+
- date: 2019.08.05
2121
- name: GFX Tutorial, Part II
2222

2323
### Description
@@ -75,7 +75,7 @@ documentation, tests, performance improvements, refactoring, code styling._
7575

7676
## [0.1.0]
7777

78-
- date: 2019-08-02
78+
- date: 2019.08.02
7979
- name: GFX Tutorial, Part I
8080

8181
### Description

0 commit comments

Comments
 (0)