Skip to content

Commit b42fb47

Browse files
Finalize release (#51)
1 parent 8bc2c73 commit b42fb47

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,22 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
Breaking changes:
8-
- Update node libraries to latest releases (#48 by @JordanMartinez)
9-
- Reimplement `http`/`https` bindings (#49, #50 by @JordanMartinez)
108

119
New features:
1210

1311
Bugfixes:
1412

13+
Other improvements:
14+
15+
## [v9.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v9.0.0) - 2023-08-01
16+
17+
Breaking changes:
18+
- Update node libraries to latest releases (#48 by @JordanMartinez)
19+
- Reimplement `http`/`https` bindings (#49, #50 by @JordanMartinez)
20+
1521
Other improvements:
1622
- Fix flaky `upgrade` test (#50 by @JordanMartinez)
23+
- Add links to Node's docs (#51 by @JordanMartinez)
1724

1825
## [v8.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v8.0.0) - 2022-04-29
1926

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build status](https://github.com/purescript-node/purescript-node-http/workflows/CI/badge.svg?branch=master)](https://github.com/purescript-node/purescript-node-http/actions?query=workflow%3ACI+branch%3Amaster)
55
[![Pursuit](https://pursuit.purescript.org/packages/purescript-node-http/badge)](https://pursuit.purescript.org/packages/purescript-node-http)
66

7-
A wrapper for Node's HTTP APIs.
7+
A wrapper for Node's [HTTP](https://nodejs.org/dist/latest-v18.x/docs/api/http.html) and [HTTPS](https://nodejs.org/dist/latest-v18.x/docs/api/https.html) APIs.
88

99
## Installation
1010

0 commit comments

Comments
 (0)