Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Oct 31, 2021
1 parent eb05b0a commit dc87889
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.0.0](https://github.com/simoneb/axios-hooks/compare/v2.7.0...v3.0.0) (2021-10-31)


### ⚠ BREAKING CHANGES

* requires axios@^0.24.0

### Features

* apply type-safe for AxiosRequestConfig data parameter ([#611](https://github.com/simoneb/axios-hooks/issues/611)) ([eb05b0a](https://github.com/simoneb/axios-hooks/commit/eb05b0a3358585d051e03365a6924a5fb90a71b4))

## [2.7.0](https://github.com/simoneb/axios-hooks/compare/v2.6.3...v2.7.0) (2021-08-29)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axios-hooks",
"version": "2.7.0",
"version": "3.0.0",
"description": "axios-hooks",
"keywords": [
"axios",
Expand Down

0 comments on commit dc87889

Please sign in to comment.