Skip to content

Commit 5502b4e

Browse files
committed
release: 0.5.3
1 parent a0cbbf9 commit 5502b4e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

33
<!-- Craft will auto-populate this file -->
4+
## 0.5.3
5+
6+
### Bug Fixes 🐛
7+
8+
- (telemetry) Enable sourcemap resolution in Sentry by @BYK in [#144](https://github.com/getsentry/cli/pull/144)
9+
410
## 0.5.2
511

612
### Bug Fixes 🐛

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.6.0-dev.0",
3+
"version": "0.5.3",
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.6.0",
3+
"version": "0.5.3",
44
"description": "Skills for using the Sentry CLI to interact with Sentry from the command line"
55
}

0 commit comments

Comments
 (0)