We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f9aaab + d5ce17a commit 3622d7fCopy full SHA for 3622d7f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# [v3.8.4]
2
+
3
+* Bump axios dependency to version 1.12.0 #[107]
4
5
# [v3.8.3]
6
7
* Bump axios dependency to version 1.11.0 #[106]
package.json
@@ -1,6 +1,6 @@
{
"name": "cronofy",
- "version": "3.8.3",
+ "version": "3.8.4",
"description": "SDK for Cronofy - the Scheduling Platform for Business",
"main": "./src/index.js",
"scripts": {
@@ -23,7 +23,7 @@
23
},
24
"homepage": "https://github.com/cronofy/cronofy-node#readme",
25
"dependencies": {
26
- "axios": "^1.11.0",
+ "axios": "^1.12.0",
27
"qs": "^6.10.3"
28
29
"semistandard": {
0 commit comments