From 4ef88e4182ebc20cd2cc2c826a29511a60c29784 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Thu, 16 Jul 2020 19:31:14 +0200 Subject: [PATCH] chore(release): 0.5.10 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 772396f..b644be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.5.10](https://github.com/nuxt/http/compare/v0.5.9...v0.5.10) (2020-07-16) + + +### Bug Fixes + +* **plugin:** debug option broken ([#117](https://github.com/nuxt/http/issues/117)) ([6bc1295](https://github.com/nuxt/http/commit/6bc12959a59b855dc9020e56fa0d0acb7f0e54d0)) + ### [0.5.9](https://github.com/nuxt/http/compare/v0.5.8...v0.5.9) (2020-07-14) diff --git a/package.json b/package.json index cb31072..a634fbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/http", - "version": "0.5.9", + "version": "0.5.10", "description": "Universal HTTP Module for Nuxt.js", "repository": "nuxt/http", "license": "MIT",