Skip to content

Commit

Permalink
chore(release): 5.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 8, 2021
1 parent 32f0308 commit b92b6e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

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.13.1](https://github.com/nuxt-community/axios-module/compare/v5.13.0...v5.13.1) (2021-02-08)


### Bug Fixes

* **types:** add missing type for `create()` ([#475](https://github.com/nuxt-community/axios-module/issues/475)) ([62f17ca](https://github.com/nuxt-community/axios-module/commit/62f17ca2ba005a74762f67b004ebcc7b612425ac))
* **types:** update interceptors type ([#476](https://github.com/nuxt-community/axios-module/issues/476)) ([ecfab9a](https://github.com/nuxt-community/axios-module/commit/ecfab9a7cf655737af46dd02ba013c5600b81e82))

## [5.13.0](https://github.com/nuxt-community/axios-module/compare/v5.12.5...v5.13.0) (2021-02-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/axios",
"version": "5.13.0",
"version": "5.13.1",
"description": "Secure and easy Axios integration with Nuxt.js",
"repository": "nuxt-community/axios-module",
"license": "MIT",
Expand Down

0 comments on commit b92b6e9

Please sign in to comment.