We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0fce4 commit 7de9762Copy full SHA for 7de9762
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2.3.4
4
+
5
+### Various fixes & improvements
6
7
+- fix(maven): Do not try to publish `.module` file when does not exist (#584) by @romtsn
8
9
## 2.3.3
10
11
### Various fixes & improvements
package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/craft",
- "version": "2.4.0-dev.0",
+ "version": "2.3.4",
"description": "The universal sentry workflow CLI",
"main": "dist/craft",
"repository": "https://github.com/getsentry/craft",
0 commit comments