We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38bf093 + abfa454 commit e49ce40Copy full SHA for e49ce40
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 9.2.1
4
+
5
+### Various fixes & improvements
6
7
+- perf: Make `SourceMapIndex::flatten` more efficient (#121) by @kdy1
8
9
## 9.2.0
10
11
### Various fixes & improvements
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sourcemap"
-version = "9.2.0"
+version = "9.2.1"
authors = ["Sentry <hello@sentry.io>"]
keywords = ["javascript", "sourcemap", "sourcemaps"]
description = "Basic sourcemap handling for Rust"
cli/Cargo.toml
name = "cli"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
edition = "2018"
0 commit comments