Skip to content

Commit c424e79

Browse files
committed
chore(release): 0.6.4
1 parent 460ac85 commit c424e79

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.6.4](https://github.com/nuxt/http/compare/v0.6.3...v0.6.4) (2021-02-27)
6+
7+
8+
### Bug Fixes
9+
10+
* fix import of AbortController and ReadableStream ([460ac85](https://github.com/nuxt/http/commit/460ac85b777c9b3512060b9597af4b650b0fab1e))
11+
512
### [0.6.3](https://github.com/nuxt/http/compare/v0.6.2...v0.6.3) (2021-02-27)
613

714

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/http",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Universal HTTP Module for Nuxt.js",
55
"repository": "nuxt/http",
66
"license": "MIT",

0 commit comments

Comments
 (0)