Skip to content

Commit 0bde504

Browse files
committed
Update minimum supported Node.js version to v20
1 parent 6d2b987 commit 0bde504

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5-
## Unreleased [minor]
5+
## Unreleased [major]
66

77
> Development of this release was supported by the [French Ministry for Foreign Affairs](https://www.diplomatie.gouv.fr/fr/politique-etrangere-de-la-france/diplomatie-numerique/) through its ministerial [State Startups incubator](https://beta.gouv.fr/startups/open-terms-archive.html) under the aegis of the Ambassador for Digital Affairs.
88
99
### Changed
1010

11+
- **Breaking:** Update minimum supported Node.js version to v20
1112
- Add `Content Monetisation Policy` terms type, introduced in [`[email protected]`](https://github.com/OpenTermsArchive/terms-types/blob/main/CHANGELOG.md#210---2025-02-24)
1213
- Update dependencies
1314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@
114114
"@opentermsarchive/terms-types": "^2.1.0"
115115
},
116116
"engines": {
117-
"node": ">=16.0.0 < 23.0.0"
117+
"node": ">=20.0.0 < 23.0.0"
118118
}
119119
}

0 commit comments

Comments
 (0)