Skip to content

Commit 0e1ffd2

Browse files
committed
release: 0.2.1
1 parent 9b9b8cb commit 0e1ffd2

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.1
4+
5+
### Various fixes & improvements
6+
7+
- fix: Ensure exact token match in NameResolver (#14) by @Swatinem
8+
39
## 0.2.0
410

511
### Features

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.0"
3+
version = "0.2.1"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)