Skip to content

Commit 6d9aca6

Browse files
committed
release: 9.2.2
1 parent 050d981 commit 6d9aca6

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## 9.2.2
4+
5+
### Various fixes & improvements
6+
7+
- fix: Correctly interpret missing line/column numbers (#129) by @loewenheim
8+
- ref: Remove fail macro (#128) by @loewenheim
9+
- perf: Make `adjust_mappings` faster by reducing the type size (#124) by @kdy1
10+
- perf: Optimize `flatten()` even more (#122) by @kdy1
11+
312
## 9.2.1
413

514
### Various fixes & improvements

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sourcemap"
3-
version = "9.2.1"
3+
version = "9.2.2"
44
authors = ["Sentry <[email protected]>"]
55
keywords = ["javascript", "sourcemap", "sourcemaps"]
66
description = "Basic sourcemap handling for Rust"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli"
3-
version = "9.2.1"
3+
version = "9.2.2"
44
authors = ["Armin Ronacher <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)