Skip to content

Commit f234e5d

Browse files
committed
release: 0.2.2
1 parent f3000c9 commit f234e5d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Various fixes & improvements
6+
7+
- fix: Allow an off-by-one in Token matching (#15) by @Swatinem
8+
39
## 0.2.1
410

511
### 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 = "js-source-scopes"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)