From 4013aaf2d6f49f60b8b56abcfdcc7508644d41d8 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Thu, 30 May 2019 13:01:44 +0430 Subject: [PATCH] chore(release): 0.3.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 020cc00..fb0ae93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.1](https://github.com/nuxt/http/compare/v0.3.0...v0.3.1) (2019-05-30) + + +### Bug Fixes + +* handle false timeout ([d965efa](https://github.com/nuxt/http/commit/d965efa)) + + + # [0.3.0](https://github.com/nuxt/http/compare/v0.2.0...v0.3.0) (2019-05-29) diff --git a/package.json b/package.json index 421407b..8bb0d6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/http", - "version": "0.3.0", + "version": "0.3.1", "description": "Universal HTTP Module for Nuxt.js", "license": "MIT", "author": "Pooya Parsa ",