Skip to content

Commit 80d6e68

Browse files
committed
chore(release): 3.3.1
1 parent b61569a commit 80d6e68

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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.
44

5+
### [3.3.1](https://github.com/chantouchsek/vue-axios-http/compare/v3.3.0...v3.3.1) (2023-05-24)
6+
7+
8+
### Bug Fixes
9+
10+
* :bug: accept all options from nuxt config ([ffa539a](https://github.com/chantouchsek/vue-axios-http/commit/ffa539a29149ce2c1d178e4671c27be5d37ed08c))
11+
* **deps-dev:** bump @vitest/coverage-c8 from 0.28.4 to 0.31.1 ([9ec905b](https://github.com/chantouchsek/vue-axios-http/commit/9ec905b348aec5c3f569695a16ac6c9d024cc799))
12+
* spread options by string ([e443ba2](https://github.com/chantouchsek/vue-axios-http/commit/e443ba286c9663c6111d21781f131d63f80071ed))
13+
514
## [3.3.0](https://github.com/chantouchsek/vue-axios-http/compare/v3.2.1...v3.3.0) (2023-05-18)
615

716

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-axios-http",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Elegant and simple way to build requests for REST API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)