Skip to content

Commit 1c532a7

Browse files
committed
docs: fix formatting of old entries in changelog
1 parent 5e08e28 commit 1c532a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ All notable changes to this project will be documented in this file. See
5353

5454
* Fix `URL is not a constructor` error for browser ([#268](https://github.com/EventSource/eventsource/pull/268) Ajinkya Rajput)
5555

56-
# [2.0.0](https://github.com/EventSource/eventsource/compare/v1.1.0...v2.0.0) (2022-03-02)
56+
## [2.0.0](https://github.com/EventSource/eventsource/compare/v1.1.0...v2.0.0) (2022-03-02)
5757

5858
### ⚠ BREAKING CHANGES
5959

@@ -68,19 +68,19 @@ All notable changes to this project will be documented in this file. See
6868

6969
* NPM download badge links to malware ([8954d63](https://github.com/EventSource/eventsource/commit/8954d633f0b222a79d1650b05f37e9d118c27ed5))
7070

71-
# [1.1.2](https://github.com/EventSource/eventsource/compare/v1.1.1...v1.1.2) (2022-06-08)
71+
## [1.1.2](https://github.com/EventSource/eventsource/compare/v1.1.1...v1.1.2) (2022-06-08)
7272

7373
### Features
7474

7575
* Inline origin resolution, drops `original` dependency ([#281](https://github.com/EventSource/eventsource/pull/281) Espen Hovlandsdal)
7676

77-
# [1.1.1](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1) (2022-05-11)
77+
## [1.1.1](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1) (2022-05-11)
7878

7979
### Bug Fixes
8080

8181
* Do not include authorization and cookie headers on redirect to different origin ([#273](https://github.com/EventSource/eventsource/pull/273) Espen Hovlandsdal)
8282

83-
# [1.1.0](https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.0) (2021-03-18)
83+
## [1.1.0](https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.0) (2021-03-18)
8484

8585
### Features
8686

@@ -133,7 +133,7 @@ All notable changes to this project will be documented in this file. See
133133

134134
* Reconnect if server responds with HTTP 500, 502, 503 or 504. ([#74](https://github.com/EventSource/eventsource/pull/74) Vykintas Narmontas)
135135

136-
# [1.0.0](https://github.com/EventSource/eventsource/compare/v0.2.3...v1.0.0) (2017-04-17)
136+
## [1.0.0](https://github.com/EventSource/eventsource/compare/v0.2.3...v1.0.0) (2017-04-17)
137137

138138
### Features
139139

@@ -173,7 +173,7 @@ All notable changes to this project will be documented in this file. See
173173
* Fix `close()` for polyfill. ([#52](https://github.com/EventSource/eventsource/pull/52) brian-medendorp)
174174
* Fix reconnect for polyfill. Only disable reconnect when server status is 204. (Aslak Hellesøy).
175175

176-
# [0.2.0](https://github.com/EventSource/eventsource/compare/v0.1.6...v0.2.0) (2016-02-11)
176+
## [0.2.0](https://github.com/EventSource/eventsource/compare/v0.1.6...v0.2.0) (2016-02-11)
177177

178178
### Features
179179

@@ -220,7 +220,7 @@ All notable changes to this project will be documented in this file. See
220220

221221
* Fix message type. ([#33](https://github.com/EventSource/eventsource/pull/33) Romain Gauthier)
222222

223-
# [0.1.0](https://github.com/EventSource/eventsource/compare/v0.0.10...v0.1.0) (2014-03-07)
223+
## [0.1.0](https://github.com/EventSource/eventsource/compare/v0.0.10...v0.1.0) (2014-03-07)
224224

225225
### Bug Fixes
226226

0 commit comments

Comments
 (0)