Skip to content

Commit 53d83d3

Browse files
chore(main): release 10.0.0
1 parent 7a13da1 commit 53d83d3

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [10.0.0](https://github.com/nodeshift/openshift-rest-client/compare/v9.1.1...v10.0.0) (2025-06-05)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove Node 18 support ([#450](https://github.com/nodeshift/openshift-rest-client/issues/450))
11+
12+
### Features
13+
14+
* add node 24 support ([#448](https://github.com/nodeshift/openshift-rest-client/issues/448)) ([2388f10](https://github.com/nodeshift/openshift-rest-client/commit/2388f1015ffaef20aaba4e5bf89701907ffb13ec))
15+
* remove Node 18 support ([#450](https://github.com/nodeshift/openshift-rest-client/issues/450)) ([7a13da1](https://github.com/nodeshift/openshift-rest-client/commit/7a13da1c65c55ae8a0f3e6e6205086d624464d77))
16+
17+
18+
### Bug Fixes
19+
20+
* package.json & package-lock.json to reduce vulnerabilities ([#447](https://github.com/nodeshift/openshift-rest-client/issues/447)) ([754b282](https://github.com/nodeshift/openshift-rest-client/commit/754b2829dd0fdeb91de03d88ecc89b6d270f4e80))
21+
* upgrade nyc from 17.0.0 to 17.1.0 ([#444](https://github.com/nodeshift/openshift-rest-client/issues/444)) ([d98284b](https://github.com/nodeshift/openshift-rest-client/commit/d98284b45c802785e371d0d6174aa686781f3473))
22+
* upgrade tape from 5.8.1 to 5.9.0 ([#445](https://github.com/nodeshift/openshift-rest-client/issues/445)) ([1a22238](https://github.com/nodeshift/openshift-rest-client/commit/1a2223855acf622cca2a0e9f39541f03b26b75f0))
23+
524
## [9.1.1](https://github.com/nodeshift/openshift-rest-client/compare/v9.1.0...v9.1.1) (2025-02-28)
625

726

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openshift-rest-client",
3-
"version": "9.1.1",
3+
"version": "10.0.0",
44
"description": "Node.js client for developing with OpenShift",
55
"main": "index.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)