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.1
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.2
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 2, 2020

  1. Copy the full SHA
    45a562f View commit details
  2. Merge branch 'master' into dev

    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
    1d3592c View commit details
  3. chore(release): 5.9.2

    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
    8435a83 View commit details
Showing with 22 additions and 226 deletions.
  1. +2 −0 CHANGELOG.md
  2. +3 −3 package.json
  3. +17 −223 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.2](https://github.com/nuxt-community/axios-module/compare/v5.9.1...v5.9.2) (2020-01-02)

### [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)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/axios",
"version": "5.9.1",
"version": "5.9.2",
"description": "Secure and easy axios integration with Nuxt.js",
"license": "MIT",
"contributors": [
@@ -26,8 +26,8 @@
"@nuxtjs/proxy": "^1.3.3",
"axios": "^0.19.0",
"axios-retry": "^3.1.2",
"consola": "^2.11.1",
"defu": "^0.0.3"
"consola": "^2.11.3",
"defu": "^0.0.4"
},
"devDependencies": {
"@babel/core": "latest",
Loading