Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nuxt-community/axios-module
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.9.0
Choose a base ref
...
head repository: nuxt-community/axios-module
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.9.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 17, 2019

  1. docs: update migration.md (#309)

    raphaelkieling authored and pi0 committed Dec 17, 2019
    Copy the full SHA
    2b23378 View commit details
  2. Merge branch 'dev'

    pi0 committed Dec 17, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    30b0782 View commit details

Commits on Jan 2, 2020

  1. chore: update yarn.lock

    pi0 committed Jan 2, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8ed688e View commit details
  2. chore(release): 5.9.1

    pi0 committed Jan 2, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6385072 View commit details
Showing with 1,505 additions and 1,472 deletions.
  1. +2 −0 CHANGELOG.md
  2. +1 −1 lib/module.js
  3. +1 −1 package.json
  4. +1,501 −1,470 yarn.lock
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

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.

### [5.9.1](https://github.com/nuxt-community/axios-module/compare/v5.9.0...v5.9.1) (2020-01-02)

## [5.9.0](https://github.com/nuxt-community/axios-module/compare/v5.6.0...v5.9.0) (2019-12-17)


2 changes: 1 addition & 1 deletion lib/module.js
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ function axiosModule (_moduleOptions) {
// Headers
const headers = {
common: {
'Accept': 'application/json, text/plain, */*'
Accept: 'application/json, text/plain, */*'
},
delete: {},
get: {},
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/axios",
"version": "5.9.0",
"version": "5.9.1",
"description": "Secure and easy axios integration with Nuxt.js",
"license": "MIT",
"contributors": [
Loading