Skip to content

Commit

Permalink
chore(connect): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed May 13, 2022
1 parent 161de02 commit 39db359
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.2.0) (2022-05-13)


### Features

* **connect:** use deno2node in deno code to transform to node [#509](https://github.com/hyper63/hyper/issues/509) ([fbe247b](https://github.com/hyper63/hyper/commit/fbe247b2ba1c63ae23eac712a62c718a3af995c3))


### Bug Fixes

* **connect:** fix add license fields and catch promise rejection in harnesses [#509](https://github.com/hyper63/hyper/issues/509) ([5def4c3](https://github.com/hyper63/hyper/commit/5def4c37f64ba21b38cdd40af2511b004d215051))
* **connect:** swap undici for node-fetch, form-data, and @web-stf/file [#509](https://github.com/hyper63/hyper/issues/509) ([c609fc0](https://github.com/hyper63/hyper/commit/c609fc07299df71fbef452a8664c0b2244671d47)), closes [/github.com/nodejs/undici/issues/1416#issuecomment-1119548066](https://github.com/hyper63//github.com/nodejs/undici/issues/1416/issues/issuecomment-1119548066)
* **test:** make index used explicit in sort test ([78806a3](https://github.com/hyper63/hyper/commit/78806a3a453655e5f3422b2dccee79c152824061))
2 changes: 1 addition & 1 deletion packages/connect/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "hyper client to connect to hyper services",
"homepage": "https://github.com/hyper63/hyper",
"repo": "https://github.com/hyper63/hyper",
"version": "0.1.20",
"version": "0.2.0",
"unstable": false,
"unlisted": false,
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyper-connect",
"version": "0.1.20",
"version": "0.2.0",
"license": "Apache-2.0",
"type": "module",
"description": "A client built on fetch to consume hyper services",
Expand Down

0 comments on commit 39db359

Please sign in to comment.