chore(release): 0.3.5

master v0.3.5
Pooya Parsa 2019-09-05 18:35:06 +02:00
parent fcc7934610
commit 1674aae4dd
2 changed files with 9 additions and 2 deletions

View File

@ -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)

View File

@ -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 <pooya@pi0.ir>",