Skip to content

Commit

Permalink
chore(release): 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chantouchsek committed May 8, 2024
1 parent 7f6499b commit bd4e104
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.5.0](https://github.com/chantouchsek/vue-axios-http/compare/v3.4.1...v3.5.0) (2024-05-08)


### Features

* migrate eslint flat config ([cdc159c](https://github.com/chantouchsek/vue-axios-http/commit/cdc159c4b169e74538a87644e7b44dfbc6e49a5f))


### Bug Fixes

* correct husky config ([d6cc229](https://github.com/chantouchsek/vue-axios-http/commit/d6cc229680f40cd98c156f747b4cf92c359a9ddf))
* **deps:** bump actions/checkout from 4.1.4 to 4.1.5 ([96e7d77](https://github.com/chantouchsek/vue-axios-http/commit/96e7d77ab8b79ea8c0bb1011e7ab844ae7dcd793))
* types ([cb599ca](https://github.com/chantouchsek/vue-axios-http/commit/cb599ca12abf170708ad9987705901957d210ab8))

### [3.4.1](https://github.com/chantouchsek/vue-axios-http/compare/v3.4.0...v3.4.1) (2024-04-30)


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.4.1",
"version": "3.5.0",
"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 bd4e104

Please sign in to comment.