2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

chore: update semver docs in readme (#6985)

closes https://github.com/axios/axios/issues/5134
This commit is contained in:
Jay
2025-07-30 20:28:32 +02:00
committed by GitHub
parent 78b290c57c
commit 5a079ca394
+1 -1
View File
@@ -1628,7 +1628,7 @@ Also, it supports additional response types such as `stream` and `formdata` (if
## Semver
Until axios reaches a `1.0` release, breaking changes will be released with a new minor version. For example `0.5.1`, and `0.5.4` will have the same API, but `0.6.0` will have breaking changes.
Since Axios has reached a `v.1.0.0` we will fully embrace semver as per the spec [here](https://semver.org/)
## Promises