Skip to content

Commit

Permalink
chore(release): 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chantouchsek committed May 24, 2023
1 parent b61569a commit 80d6e68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### [3.3.1](https://github.com/chantouchsek/vue-axios-http/compare/v3.3.0...v3.3.1) (2023-05-24)


### Bug Fixes

* :bug: accept all options from nuxt config ([ffa539a](https://github.com/chantouchsek/vue-axios-http/commit/ffa539a29149ce2c1d178e4671c27be5d37ed08c))
* **deps-dev:** bump @vitest/coverage-c8 from 0.28.4 to 0.31.1 ([9ec905b](https://github.com/chantouchsek/vue-axios-http/commit/9ec905b348aec5c3f569695a16ac6c9d024cc799))
* spread options by string ([e443ba2](https://github.com/chantouchsek/vue-axios-http/commit/e443ba286c9663c6111d21781f131d63f80071ed))

## [3.3.0](https://github.com/chantouchsek/vue-axios-http/compare/v3.2.1...v3.3.0) (2023-05-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-axios-http",
"version": "3.3.0",
"version": "3.3.1",
"description": "Elegant and simple way to build requests for REST API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 80d6e68

Please sign in to comment.