Skip to content

Commit f18abda

Browse files
Merge pull request #100 from cronofy/update-axios
Update axios
2 parents e3f2417 + 04f4c11 commit f18abda

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# [v3.8.2]
2+
3+
* Bump axios dependency to version 1.6.8 #[98]
4+
15
# [v3.8.1]
26

3-
* Bump axios dependency to version 1.6.0
7+
* Bump axios dependency to version 1.6.0 #[97]
48

59
# [v3.8.0]
610

@@ -33,6 +37,8 @@
3337
* Update dev dependencies and CI
3438

3539

40+
[v3.8.2]: https://github.com/cronofy/cronofy-node/releases/tag/v3.8.2
41+
[v3.8.1]: https://github.com/cronofy/cronofy-node/releases/tag/v3.8.1
3642
[v3.8.0]: https://github.com/cronofy/cronofy-node/releases/tag/v3.8.0
3743
[v3.7.1]: https://github.com/cronofy/cronofy-node/releases/tag/v3.7.1
3844
[v3.7.0]: https://github.com/cronofy/cronofy-node/releases/tag/v3.7.0
@@ -41,6 +47,8 @@
4147
[v3.5.1]: https://github.com/cronofy/cronofy-node/releases/tag/v3.5.1
4248
[v3.5.0]: https://github.com/cronofy/cronofy-node/releases/tag/v3.5.0
4349

50+
[#98]: https://github.com/cronofy/cronofy-node/pull/98
51+
[#97]: https://github.com/cronofy/cronofy-node/pull/97
4452
[#95]: https://github.com/cronofy/cronofy-node/pull/95
4553
[#90]: https://github.com/cronofy/cronofy-node/pull/90
4654
[#87]: https://github.com/cronofy/cronofy-node/pull/87

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.1",
3+
"version": "3.8.2",
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.0",
26+
"axios": "^1.6.8",
2727
"qs": "^6.10.3"
2828
},
2929
"semistandard": {

0 commit comments

Comments
 (0)