Skip to content

Commit c4c65d8

Browse files
committed
release: 0.4.1
1 parent 819a877 commit c4c65d8

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33
<!-- Craft will auto-populate this file -->
4+
## 0.4.1
5+
6+
### Bug Fixes 🐛
7+
8+
#### Release
9+
10+
- Add Node.js 22 setup for type stripping support by @BYK in [#114](https://github.com/getsentry/cli/pull/114)
11+
- Use Node.js instead of Bun for release scripts by @BYK in [#113](https://github.com/getsentry/cli/pull/113)
12+
13+
#### Other
14+
15+
- Updated the skills plugin details by @MathurAditya724 in [#111](https://github.com/getsentry/cli/pull/111)
16+
17+
### Documentation 📚
18+
19+
- Fix some broken stuff by @MathurAditya724 in [#112](https://github.com/getsentry/cli/pull/112)
20+
421
## 0.4.0
522

623
### New Features ✨

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Sentry CLI - A command-line interface for using Sentry built by robots and humans for robots and humans",
55
"type": "module",
66
"bin": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "sentry-cli",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Skills for using the Sentry CLI to interact with Sentry from the command line"
55
}

0 commit comments

Comments
 (0)