Skip to content

Commit df57f20

Browse files
committed
release: 2.3.2
1 parent 9a53fbb commit df57f20

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.3.2
4+
5+
### Various fixes & improvements
6+
7+
- remove hardcoded 'previewRelease: false' (#582) by @bitsandfoxes
8+
- fix(github): Fix making github releases latest or not (#536) by @mydea
9+
- fix(github): Guard against missing release (#567) by @mydea
10+
311
## 2.3.1
412

513
### Various fixes & improvements

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/craft",
3-
"version": "2.4.0-dev.0",
3+
"version": "2.3.2",
44
"description": "The universal sentry workflow CLI",
55
"main": "dist/craft",
66
"repository": "https://github.com/getsentry/craft",

0 commit comments

Comments
 (0)