Skip to content

Commit 1377642

Browse files
committed
🔖 Release v2.4.1 [skip ci]
1 parent ee52727 commit 1377642

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v2.4.1 (2025-08-28)
2+
3+
[📝 Release notes](https://github.com/stethoscope-js/integrations/releases/tag/v2.4.1) · [💻 Compare](https://github.com/stethoscope-js/integrations/compare/v2.4.0...v2.4.1) · [🔖 Tag](https://github.com/stethoscope-js/integrations/tree/v2.4.1) · 🗄️ Archive ([zip](https://github.com/stethoscope-js/integrations/archive/v2.4.1.zip) · [tar.gz](https://github.com/stethoscope-js/integrations/archive/v2.4.1.tar.gz))
4+
5+
### 🐛 Bug fixes
6+
7+
- [`ee52727`](https://github.com/stethoscope-js/integrations/commit/ee52727) Add delay to legacy method in google-fit.ts
8+
9+
### ⬆️ Dependency updates
10+
11+
- [`5ca5667`](https://github.com/stethoscope-js/integrations/commit/5ca5667) Bump actions/checkout from 2.3.4 to 3.1.0
12+
- [`2313838`](https://github.com/stethoscope-js/integrations/commit/2313838) Bump actions/setup-node from 2.1.5 to 3.5.1
13+
- [`771bc9a`](https://github.com/stethoscope-js/integrations/commit/771bc9a) Bump @sindresorhus/slugify from 1.1.0 to 1.1.2
14+
- [`fc1c6f5`](https://github.com/stethoscope-js/integrations/commit/fc1c6f5) Bump axios from 1.1.3 to 1.2.0
15+
116
## v2.4.0 (2022-11-15)
217

318
[📝 Release notes](https://github.com/stethoscope-js/integrations/releases/tag/v2.4.0) · [💻 Compare](https://github.com/stethoscope-js/integrations/compare/v2.3.3...v2.4.0) · [🔖 Tag](https://github.com/stethoscope-js/integrations/tree/v2.4.0) · 🗄️ Archive ([zip](https://github.com/stethoscope-js/integrations/archive/v2.4.0.zip) · [tar.gz](https://github.com/stethoscope-js/integrations/archive/v2.4.0.tar.gz))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stethoscope-js/integrations",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Node.js/TypeScript packages to track your life data using Stethoscope",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)