Skip to content

Commit f1b0f3e

Browse files
committed
release: 0.6.0
1 parent af45f65 commit f1b0f3e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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+
310
## 0.5.0
411

512
### 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.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)