Skip to content

Commit

Permalink
Fix node-tls version (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez authored Aug 1, 2023
1 parent b42fb47 commit 0bee440
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Bugfixes:

Other improvements:

## [v9.1.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v9.1.0) - 2023-08-01

Other improvements:
- Update `node-tls` to `v0.3.1` to fix conflicting transitive dep on `node-buffer` (#52 by @JordanMartinez)

## [v9.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v9.0.0) - 2023-08-01

Breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"purescript-node-buffer": "^9.0.0",
"purescript-node-net": "^5.1.0",
"purescript-node-streams": "^9.0.0",
"purescript-node-tls": "https://github.com/JordanMartinez/purescript-node-tls.git#^0.3.0",
"purescript-node-tls": "https://github.com/purescript-node/purescript-node-tls.git#^0.3.1",
"purescript-node-url": "^7.0.0",
"purescript-nullable": "^6.0.0",
"purescript-options": "^7.0.0",
Expand Down

0 comments on commit 0bee440

Please sign in to comment.