mirror of https://github.com/sundowndev/http.git
parent
fcc7934610
commit
1674aae4dd
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Reference in New Issue