diff --git a/modules/axios/CHANGELOG.md b/modules/axios/CHANGELOG.md index 7917d828..ebe393c4 100644 --- a/modules/axios/CHANGELOG.md +++ b/modules/axios/CHANGELOG.md @@ -3,6 +3,33 @@ 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. + +# [2.0.0](https://github.com/nuxt/modules/compare/@nuxtjs/axios@1.0.2...@nuxtjs/axios@2.0.0) (2017-06-09) + + +### Bug Fixes + +* **axios:** install using Vue.use ([184651b](https://github.com/nuxt/modules/commit/184651b)) +* **axios:** req typo ([16f28b1](https://github.com/nuxt/modules/commit/16f28b1)) +* **axios:** use relative `API_URL` if same host and port else `API_URL` ([3421d19](https://github.com/nuxt/modules/commit/3421d19)) + + +### Features + +* **axios:** AXIOS_CREDENTIALS, AXIOS_SSR_HEADERS ([4dfdc2d](https://github.com/nuxt/modules/commit/4dfdc2d)) +* **axios:** don't append optional config into env ([fe189e8](https://github.com/nuxt/modules/commit/fe189e8)) +* **axios:** Easier API ([f54a434](https://github.com/nuxt/modules/commit/f54a434)) +* **axios:** New API ([0194226](https://github.com/nuxt/modules/commit/0194226)) +* **axios:** nuxt friendly errors for SSR ([65bc50f](https://github.com/nuxt/modules/commit/65bc50f)) + + +### BREAKING CHANGES + +* **axios:** API_PREFIX is deprecated. + + + + ## [1.0.2](https://github.com/nuxt/modules/compare/@nuxtjs/axios@1.0.0...@nuxtjs/axios@1.0.2) (2017-05-29) diff --git a/modules/axios/package.json b/modules/axios/package.json index d04a9e5d..351ec56e 100755 --- a/modules/axios/package.json +++ b/modules/axios/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/axios", - "version": "1.0.2", + "version": "2.0.0", "license": "MIT", "main": "index.js", "repository": "https://github.com/nuxt/modules", diff --git a/modules/localtunnel/CHANGELOG.md b/modules/localtunnel/CHANGELOG.md index 8952fb25..f911fd07 100644 --- a/modules/localtunnel/CHANGELOG.md +++ b/modules/localtunnel/CHANGELOG.md @@ -3,6 +3,17 @@ 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.1.3](https://github.com/nuxt/modules/compare/@nuxtjs/localtunnel@0.1.2...@nuxtjs/localtunnel@0.1.3) (2017-06-09) + + +### Bug Fixes + +* **localtunnel:** default host to 'localhost' ([54a37a6](https://github.com/nuxt/modules/commit/54a37a6)) + + + + ## [0.1.2](https://github.com/nuxt/modules/compare/@nuxtjs/localtunnel@0.1.1...@nuxtjs/localtunnel@0.1.2) (2017-06-06) diff --git a/modules/localtunnel/package.json b/modules/localtunnel/package.json index d7226b17..3df71782 100755 --- a/modules/localtunnel/package.json +++ b/modules/localtunnel/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/localtunnel", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "repository": "https://github.com/nuxt/modules", "homepage": "https://github.com/nuxt/modules/tree/master/modules/localtunnel", diff --git a/modules/proxy/CHANGELOG.md b/modules/proxy/CHANGELOG.md index 7af5db39..f34b5b66 100644 --- a/modules/proxy/CHANGELOG.md +++ b/modules/proxy/CHANGELOG.md @@ -3,6 +3,17 @@ 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. + +## [1.1.1](https://github.com/nuxt/modules/compare/@nuxtjs/proxy@1.1.0...@nuxtjs/proxy@1.1.1) (2017-06-09) + + +### Bug Fixes + +* **plugin:** normalize array alternative form path ([811b5a9](https://github.com/nuxt/modules/commit/811b5a9)) + + + + # 1.1.0 (2017-06-07) diff --git a/modules/proxy/package.json b/modules/proxy/package.json index 74a433df..23a17699 100755 --- a/modules/proxy/package.json +++ b/modules/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/proxy", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "main": "index.js", "repository": "https://github.com/nuxt/modules",