Skip to content

Commit 1f9aaab

Browse files
authored
Merge pull request #106 from cronofy/axios-dependency-bump
Bump axios to v1.11.0
2 parents c7f7da1 + 0c3071c commit 1f9aaab

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# [v3.8.3]
2+
3+
* Bump axios dependency to version 1.11.0 #[106]
4+
15
# [v3.8.2]
26

37
* Bump axios dependency to version 1.6.8 #[98]
@@ -37,6 +41,7 @@
3741
* Update dev dependencies and CI
3842

3943

44+
[v3.8.2]: https://github.com/cronofy/cronofy-node/releases/tag/v3.8.3
4045
[v3.8.2]: https://github.com/cronofy/cronofy-node/releases/tag/v3.8.2
4146
[v3.8.1]: https://github.com/cronofy/cronofy-node/releases/tag/v3.8.1
4247
[v3.8.0]: https://github.com/cronofy/cronofy-node/releases/tag/v3.8.0
@@ -47,6 +52,7 @@
4752
[v3.5.1]: https://github.com/cronofy/cronofy-node/releases/tag/v3.5.1
4853
[v3.5.0]: https://github.com/cronofy/cronofy-node/releases/tag/v3.5.0
4954

55+
[#106]: https://github.com/cronofy/cronofy-node/pull/106
5056
[#98]: https://github.com/cronofy/cronofy-node/pull/98
5157
[#97]: https://github.com/cronofy/cronofy-node/pull/97
5258
[#95]: https://github.com/cronofy/cronofy-node/pull/95

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cronofy",
3-
"version": "3.8.2",
3+
"version": "3.8.3",
44
"description": "SDK for Cronofy - the Scheduling Platform for Business",
55
"main": "./src/index.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/cronofy/cronofy-node#readme",
2525
"dependencies": {
26-
"axios": "^1.6.8",
26+
"axios": "^1.11.0",
2727
"qs": "^6.10.3"
2828
},
2929
"semistandard": {

0 commit comments

Comments
 (0)