Skip to content

Commit

Permalink
Merge branch 'release/0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Nov 21, 2022
2 parents f3000c9 + f234e5d commit bf74003
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.2

### Various fixes & improvements

- fix: Allow an off-by-one in Token matching (#15) by @Swatinem

## 0.2.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 = "js-source-scopes"
version = "0.2.1"
version = "0.2.2"
edition = "2021"

description = "Utilities for extracting and dealing with scope information in JS code"
Expand Down

0 comments on commit bf74003

Please sign in to comment.