Skip to content

Commit

Permalink
chore(release): 3.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.3.1](v3.3.0...v3.3.1) (2022-12-25)

### Bug Fixes

* **typings:** export ALPNProtocol as "const enum" ([#332](#332)) ([7b36000](7b36000))
  • Loading branch information
semantic-release-bot committed Dec 25, 2022
1 parent 7b36000 commit 8246e71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.3.1](https://github.com/adobe/fetch/compare/v3.3.0...v3.3.1) (2022-12-25)


### Bug Fixes

* **typings:** export ALPNProtocol as "const enum" ([#332](https://github.com/adobe/fetch/issues/332)) ([7b36000](https://github.com/adobe/fetch/commit/7b360002b3c811f2182537873d9ce393f4425f6e))

# [3.3.0](https://github.com/adobe/fetch/compare/v3.2.1...v3.3.0) (2022-10-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/fetch",
"version": "3.3.0",
"version": "3.3.1",
"description": "Light-weight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 8246e71

Please sign in to comment.