We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a53fbb commit df57f20Copy full SHA for df57f20
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## 2.3.1
12
13
### Various fixes & improvements
package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/craft",
- "version": "2.4.0-dev.0",
+ "version": "2.3.2",
"description": "The universal sentry workflow CLI",
"main": "dist/craft",
"repository": "https://github.com/getsentry/craft",
0 commit comments