Skip to content

Commit 9bd5321

Browse files
committed
chore: release 1.1.3
1 parent b0ebf9f commit 9bd5321

15 files changed

+657
-830
lines changed

CHANGELOG.md

+36-1
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,39 @@
217217

218218
### Contributors to this release
219219

220-
- [Jason Saayman](https://github.com/jasonsaayman)
220+
- [Jason Saayman](https://github.com/jasonsaayman)
221+
222+
## [1.1.3] - 2022-10-15
223+
224+
### Added
225+
Added custom params serializer support [#5113](https://github.com/axios/axios/pull/5113)
226+
227+
### Fixed
228+
229+
Fixed top-level export to keep them in-line with static properties [#5109](https://github.com/axios/axios/pull/5109)
230+
Stopped including null values to query string. [#5108](https://github.com/axios/axios/pull/5108)
231+
Restored proxy config backwards compatibility with 0.x [#5097](https://github.com/axios/axios/pull/5097)
232+
Added back AxiosHeaders in AxiosHeaderValue [#5103](https://github.com/axios/axios/pull/5103)
233+
Pin CDN install instructions to a specific version [#5060](https://github.com/axios/axios/pull/5060)
234+
Handling of array values fixed for AxiosHeaders [#5085](https://github.com/axios/axios/pull/5085)
235+
236+
### Chores
237+
238+
docs: match badge style, add link to them [#5046](https://github.com/axios/axios/pull/5046)
239+
chore: fixing comments typo [#5054](https://github.com/axios/axios/pull/5054)
240+
chore: update issue template [#5061](https://github.com/axios/axios/pull/5061)
241+
chore: added progress capturing section to the docs; [#5084](https://github.com/axios/axios/pull/5084)
242+
243+
### Contributors to this release
244+
245+
- [Jason Saayman](https://github.com/jasonsaayman)
246+
- [scarf](https://github.com/scarf005)
247+
- [Lenz Weber-Tronic](https://github.com/phryneas)
248+
- [Arvindh](https://github.com/itsarvindh)
249+
- [Félix Legrelle](https://github.com/FelixLgr)
250+
- [Patrick Petrovic](https://github.com/ppati000)
251+
- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
252+
- [littledian](https://github.com/littledian)
253+
- [ChronosMasterOfAllTime](https://github.com/ChronosMasterOfAllTime)
254+
- [Salman Shaikh](https://github.com/salmannotkhan)
255+

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "axios",
33
"main": "./dist/axios.js",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"homepage": "https://axios-http.com",
66
"authors": [
77
"Matt Zabriskie"

0 commit comments

Comments
 (0)