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.
1 parent af45f65 commit f1b0f3eCopy full SHA for f1b0f3e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.6.0
4
+
5
+### Various fixes & improvements
6
7
+- deps: Update (#28) by @loewenheim
8
+- feat(release): Replace release bot with GH app (#26) by @Jeffreyhung
9
10
## 0.5.0
11
12
### Various fixes & improvements
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "js-source-scopes"
-version = "0.5.0"
+version = "0.6.0"
edition = "2021"
description = "Utilities for extracting and dealing with scope information in JS code"
0 commit comments