Skip to content

Commit 19f057c

Browse files
committed
release: 0.26.1
1 parent 07957df commit 19f057c

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

33
<!-- Craft will auto-populate this file -->
4+
## 0.26.1
5+
6+
### Bug Fixes 🐛
7+
8+
- (build) Normalize Windows backslash paths for sourcemap resolution by @BYK in [#714](https://github.com/getsentry/cli/pull/714)
9+
- (dashboard) Guard sort param by dataset in widget table queries by @BYK in [#715](https://github.com/getsentry/cli/pull/715)
10+
- (test) Silence "unexpected fetch call to" warnings in unit tests by @BYK in [#716](https://github.com/getsentry/cli/pull/716)
11+
412
## 0.26.0
513

614
### New Features ✨

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.27.0-dev.0",
3+
"version": "0.26.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/getsentry/cli.git"
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.27.0",
3+
"version": "0.26.1",
44
"description": "Skills for using the Sentry CLI to interact with Sentry from the command line"
55
}

0 commit comments

Comments
 (0)