Skip to content

Commit bd4e104

Browse files
committed
chore(release): 3.5.0
1 parent 7f6499b commit bd4e104

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.5.0](https://github.com/chantouchsek/vue-axios-http/compare/v3.4.1...v3.5.0) (2024-05-08)
6+
7+
8+
### Features
9+
10+
* migrate eslint flat config ([cdc159c](https://github.com/chantouchsek/vue-axios-http/commit/cdc159c4b169e74538a87644e7b44dfbc6e49a5f))
11+
12+
13+
### Bug Fixes
14+
15+
* correct husky config ([d6cc229](https://github.com/chantouchsek/vue-axios-http/commit/d6cc229680f40cd98c156f747b4cf92c359a9ddf))
16+
* **deps:** bump actions/checkout from 4.1.4 to 4.1.5 ([96e7d77](https://github.com/chantouchsek/vue-axios-http/commit/96e7d77ab8b79ea8c0bb1011e7ab844ae7dcd793))
17+
* types ([cb599ca](https://github.com/chantouchsek/vue-axios-http/commit/cb599ca12abf170708ad9987705901957d210ab8))
18+
519
### [3.4.1](https://github.com/chantouchsek/vue-axios-http/compare/v3.4.0...v3.4.1) (2024-04-30)
620

721

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.4.1",
3+
"version": "3.5.0",
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)