Skip to content

Commit cda51dc

Browse files
authored
chore: release v1.3.3
1 parent ebdc4a1 commit cda51dc

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.3.3](https://github.com/oxc-project/javascript-globals/compare/javascript-globals-v1.3.2...javascript-globals-v1.3.3) - 2025-09-10
11+
12+
### Other
13+
14+
- Auto update globals from upstream ([#79](https://github.com/oxc-project/javascript-globals/pull/79))
15+
- Add auto-update CI workflow for JavaScript globals ([#75](https://github.com/oxc-project/javascript-globals/pull/75))
16+
- *(deps)* lock file maintenance rust crates ([#72](https://github.com/oxc-project/javascript-globals/pull/72))
17+
- *(deps)* lock file maintenance ([#68](https://github.com/oxc-project/javascript-globals/pull/68))
18+
- *(deps)* lock file maintenance rust crates ([#63](https://github.com/oxc-project/javascript-globals/pull/63))
19+
1020
## [1.3.2](https://github.com/oxc-project/javascript-globals/compare/javascript-globals-v1.3.1...javascript-globals-v1.3.2) - 2025-07-27
1121

1222
### 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.3.2"
6+
version = "1.3.3"
77
authors = ["Boshen <[email protected]>"]
88
categories = []
99
edition = "2021"

0 commit comments

Comments
 (0)