Skip to content

Commit 461f701

Browse files
committed
release: 0.3.3
1 parent a1e5947 commit 461f701

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

33
<!-- Craft will auto-populate this file -->
4+
## 0.3.3
5+
6+
### Bug Fixes πŸ›
7+
8+
- Add shebang to npm bundle for global installs by @BYK in [#101](https://github.com/getsentry/cli/pull/101)
9+
10+
### Documentation πŸ“š
11+
12+
- Add CNAME file for custom domain in build artifact by @BYK in [#102](https://github.com/getsentry/cli/pull/102)
13+
414
## 0.3.2
515

616
### Documentation πŸ“š

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

0 commit comments

Comments
Β (0)