Skip to content

Commit 1354e9a

Browse files
authored
chore: release v1.3.5
1 parent 4020217 commit 1354e9a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.3.5](https://github.com/oxc-project/javascript-globals/compare/javascript-globals-v1.3.4...javascript-globals-v1.3.5) - 2025-11-09
11+
12+
### Other
13+
14+
- *(deps)* update rust crate ureq to v3.1.4 ([#115](https://github.com/oxc-project/javascript-globals/pull/115))
15+
- *(deps)* lock file maintenance ([#114](https://github.com/oxc-project/javascript-globals/pull/114))
16+
- Auto update globals from upstream ([#110](https://github.com/oxc-project/javascript-globals/pull/110))
17+
1018
## [1.3.4](https://github.com/oxc-project/javascript-globals/compare/javascript-globals-v1.3.3...javascript-globals-v1.3.4) - 2025-10-29
1119

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

0 commit comments

Comments
 (0)