From 1674aae4dda1c078ad9bdf3e475e4ce847fcf531 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 5 Sep 2019 18:35:06 +0200 Subject: [PATCH] chore(release): 0.3.5 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b51e012..e4b3fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ -# Change Log +# 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.3.5](https://github.com/nuxt/http/compare/v0.3.4...v0.3.5) (2019-09-05) + + +### Bug Fixes + +* **types:** fix argument of onError ([#67](https://github.com/nuxt/http/issues/67)) ([be10314](https://github.com/nuxt/http/commit/be10314)) + ## [0.3.4](https://github.com/nuxt/http/compare/v0.3.3...v0.3.4) (2019-08-12) diff --git a/package.json b/package.json index 9d9a038..ddbcc05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/http", - "version": "0.3.4", + "version": "0.3.5", "description": "Universal HTTP Module for Nuxt.js", "license": "MIT", "author": "Pooya Parsa ",