Skip to content

Commit 3622d7f

Browse files
authored
Merge pull request #107 from cronofy/bump-axios-version
Bump Axios version and package version
2 parents 1f9aaab + d5ce17a commit 3622d7f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

37
* Bump axios dependency to version 1.11.0 #[106]

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.3",
3+
"version": "3.8.4",
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.11.0",
26+
"axios": "^1.12.0",
2727
"qs": "^6.10.3"
2828
},
2929
"semistandard": {

0 commit comments

Comments
 (0)