Skip to content

Commit 013a7b2

Browse files
committed
release: 2.24.1
1 parent 68bff82 commit 013a7b2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.24.1
4+
5+
### Bug Fixes 🐛
6+
7+
- Fix fenced code blocks being silently dropped from custom changelog entries in PR descriptions by @BYK in [#771](https://github.com/getsentry/craft/pull/771)
8+
- Update simple-git and tar to address security vulnerabilities by @BYK in [#772](https://github.com/getsentry/craft/pull/772)
9+
310
## 2.24.0
411

512
### 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/craft",
3-
"version": "2.25.0-dev.0",
3+
"version": "2.24.1",
44
"description": "The universal sentry workflow CLI",
55
"main": "dist/craft",
66
"repository": "https://github.com/getsentry/craft",

0 commit comments

Comments
 (0)