Skip to content

Commit 47a2223

Browse files
authored
chore: release v1.2.0 (#23)
1 parent 049967a commit 47a2223

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.0](https://github.com/oxc-project/javascript-globals/compare/javascript-globals-v1.1.1...javascript-globals-v1.2.0) - 2025-06-09
11+
12+
### Added
13+
14+
- update globals
15+
16+
### Other
17+
18+
- *(deps)* lock file maintenance rust crates ([#26](https://github.com/oxc-project/javascript-globals/pull/26))
19+
- *(deps)* lock file maintenance rust crates ([#22](https://github.com/oxc-project/javascript-globals/pull/22))
20+
1021
## [1.1.1](https://github.com/oxc-project/javascript-globals/compare/javascript-globals-v1.1.0...javascript-globals-v1.1.1) - 2025-05-24
1122

1223
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "xtask"]
33

44
[package]
55
name = "javascript-globals"
6-
version = "1.1.1"
6+
version = "1.2.0"
77
authors = ["Boshen <[email protected]>"]
88
categories = []
99
edition = "2021"

0 commit comments

Comments
 (0)