From a56ca2faec206c2026ff503374a811fb4cf05057 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Wed, 24 Jul 2019 16:00:10 +0430 Subject: [PATCH] chore(release): 0.3.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5445671..8e635de 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.3](https://github.com/nuxt/http/compare/v0.3.2...v0.3.3) (2019-07-24) + + +### Bug Fixes + +* transpile ky ([#61](https://github.com/nuxt/http/issues/61)) ([2ce08de](https://github.com/nuxt/http/commit/2ce08de)) + + + ## [0.3.2](https://github.com/nuxt/http/compare/v0.3.1...v0.3.2) (2019-06-05) diff --git a/package.json b/package.json index fe251c0..0789fd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/http", - "version": "0.3.2", + "version": "0.3.3", "description": "Universal HTTP Module for Nuxt.js", "license": "MIT", "author": "Pooya Parsa ",