Skip to content

Commit 0bee440

Browse files
Fix node-tls version (#52)
1 parent b42fb47 commit 0bee440

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Bugfixes:
1212

1313
Other improvements:
1414

15+
## [v9.1.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v9.1.0) - 2023-08-01
16+
17+
Other improvements:
18+
- Update `node-tls` to `v0.3.1` to fix conflicting transitive dep on `node-buffer` (#52 by @JordanMartinez)
19+
1520
## [v9.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v9.0.0) - 2023-08-01
1621

1722
Breaking changes:

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"purescript-node-buffer": "^9.0.0",
2525
"purescript-node-net": "^5.1.0",
2626
"purescript-node-streams": "^9.0.0",
27-
"purescript-node-tls": "https://github.com/JordanMartinez/purescript-node-tls.git#^0.3.0",
27+
"purescript-node-tls": "https://github.com/purescript-node/purescript-node-tls.git#^0.3.1",
2828
"purescript-node-url": "^7.0.0",
2929
"purescript-nullable": "^6.0.0",
3030
"purescript-options": "^7.0.0",

0 commit comments

Comments
 (0)