Skip to content

Commit

Permalink
release: 9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Nov 26, 2024
1 parent 9995fa9 commit 533f5d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Changelog

## Unreleased
## 9.1.2

### Various fixes & improvements

- Prefer `"debug_id"` for sourcemap debug IDs (#101) by @loewenheim


## 9.1.1

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sourcemap"
version = "9.1.1"
version = "9.1.2"
authors = ["Sentry <hello@sentry.io>"]
keywords = ["javascript", "sourcemap", "sourcemaps"]
description = "Basic sourcemap handling for Rust"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "9.1.1"
version = "9.1.2"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
edition = "2018"

Expand Down

0 comments on commit 533f5d0

Please sign in to comment.