We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2401eb5 commit f1f94d4Copy full SHA for f1f94d4
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.7.1
4
+
5
+### Internal Changes 🔧
6
7
+- (release) Switch from action-prepare-release to Craft by @BYK in [#31](https://github.com/getsentry/js-source-scopes/pull/31)
8
+- Update sourcemap by @loewenheim in [#32](https://github.com/getsentry/js-source-scopes/pull/32)
9
10
## 0.7.0
11
12
- Update SWC dependencies by @nsavoire in [#30](https://github.com/getsentry/js-source-scopes/pull/30)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "js-source-scopes"
-version = "0.7.0"
+version = "0.7.1"
edition = "2021"
description = "Utilities for extracting and dealing with scope information in JS code"
0 commit comments