diff --git a/CHANGELOG.md b/CHANGELOG.md index d81f999..e1e3b55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.6.1](https://github.com/nuxt/http/compare/v0.6.0...v0.6.1) (2020-12-02) + ## [0.6.0](https://github.com/nuxt/http/compare/v0.5.13...v0.6.0) (2020-10-01) diff --git a/package.json b/package.json index e3ee580..90f70a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/http", - "version": "0.6.0", + "version": "0.6.1", "description": "Universal HTTP Module for Nuxt.js", "repository": "nuxt/http", "license": "MIT",