Skip to content

Commit 8e7619a

Browse files
committed
🔖 Release v2.3.1 [skip ci]
1 parent 6a45124 commit 8e7619a

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v2.3.1 (2022-11-15)
2+
3+
[📝 Release notes](https://github.com/stethoscope-js/integrations/releases/tag/v2.3.1) · [💻 Compare](https://github.com/stethoscope-js/integrations/compare/v2.3.0...v2.3.1) · [🔖 Tag](https://github.com/stethoscope-js/integrations/tree/v2.3.1) · 🗄️ Archive ([zip](https://github.com/stethoscope-js/integrations/archive/v2.3.1.zip) · [tar.gz](https://github.com/stethoscope-js/integrations/archive/v2.3.1.tar.gz))
4+
5+
### 🐛 Bug fixes
6+
7+
- [`6a45124`](https://github.com/stethoscope-js/integrations/commit/6a45124) Pin typescript to v4.8.4, microsoft/TypeScript#51420
8+
(Issues: [`microsoft/TypeScript#51420`](https://github.com/microsoft/TypeScript/issues/51420))
9+
10+
### ⬆️ Dependency updates
11+
12+
- [`99f2cfc`](https://github.com/stethoscope-js/integrations/commit/99f2cfc) Bump actions/stale from 3 to 6
13+
- [`6b3b113`](https://github.com/stethoscope-js/integrations/commit/6b3b113) Bump actions/cache from 2 to 3.0.11
14+
- [`e7a7e75`](https://github.com/stethoscope-js/integrations/commit/e7a7e75) Pin typescript to 4.9.3
15+
116
## v2.3.0 (2022-11-15)
217

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)