Skip to content

Commit cb8aa11

Browse files
chore(main): release 11.0.0
1 parent 2e44b14 commit cb8aa11

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+
## [11.0.0](https://github.com/nodeshift/openshift-rest-client/compare/v10.0.0...v11.0.0) (2026-06-24)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove Node 20 support
11+
12+
### Features
13+
14+
* remove Node 20 support ([7d56eb2](https://github.com/nodeshift/openshift-rest-client/commit/7d56eb234acc9a7e262b25ee8d216f6f8ab7e49f))
15+
16+
17+
### Bug Fixes
18+
19+
* package.json & package-lock.json to reduce vulnerabilities ([40399f0](https://github.com/nodeshift/openshift-rest-client/commit/40399f02e471fa6daabf04ee6d0233bd98ad57d2))
20+
* package.json & package-lock.json to reduce vulnerabilities ([0f83c2a](https://github.com/nodeshift/openshift-rest-client/commit/0f83c2a69ebb4cc37afff3eb5b659910168f9665))
21+
* package.json & package-lock.json to reduce vulnerabilities ([f820700](https://github.com/nodeshift/openshift-rest-client/commit/f82070096eb2dcb3474aac57854153aec65fddf8))
22+
* updating github workflows ([9cdef37](https://github.com/nodeshift/openshift-rest-client/commit/9cdef37256c279832ab0bbffca06f43d6ef0904a))
23+
524
## [10.0.0](https://github.com/nodeshift/openshift-rest-client/compare/v9.1.1...v10.0.0) (2025-06-05)
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": "10.0.0",
3+
"version": "11.0.0",
44
"description": "Node.js client for developing with OpenShift",
55
"main": "index.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)