Skip to content

Commit 45a4e98

Browse files
committed
Update changelog for 0.3.0 release
1 parent 0e974d3 commit 45a4e98

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Releases
8-
9-
- [[0.3.0]](#030) (unreleased)
10-
- [[0.2.0]](#020) (2021-01-30)
11-
- [[0.1.1]](#011) (2021-01-23)
12-
- [[0.1.0]](#010) (2021-01-23)
13-
147
---
158

16-
### [0.3.0]
9+
### [0.3.0] (2021-05-03)
1710

1811
#### Added
1912

@@ -54,7 +47,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5447
> const galeforce = new GaleforceModule(); // now OK, but requests requiring an API key will return a 401 Unauthorized error.
5548
> ```
5649
57-
### [0.2.0]
50+
### [0.2.0] (2021-01-30)
5851
5952
#### Added
6053
@@ -67,13 +60,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6760
- **[breaking]** Split ~~`galeforce.lol.mastery.summoner`~~ into **`galeforce.lol.mastery.champion`** and **`galeforce.lol.mastery.list`**.
6861
- **[breaking]** Change CommonJS / `require()` import method to no longer allow `.default`.
6962
70-
### [0.1.1]
63+
### [0.1.1] (2021-01-23)
7164
7265
#### Changed
7366
7467
- Fix a major bug preventing the library from initializing properly on Node.js ≤ 13.
7568
76-
### [0.1.0]
69+
### [0.1.0] (2021-01-23)
7770
7871
#### Added
7972

0 commit comments

Comments
 (0)