Skip to content

Commit 5147bb2

Browse files
chore(main): release 9.2.0
1 parent 1a22238 commit 5147bb2

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [9.2.0](https://github.com/nodeshift/openshift-rest-client/compare/v9.1.1...v9.2.0) (2025-06-05)
6+
7+
8+
### Features
9+
10+
* add node 24 support ([#448](https://github.com/nodeshift/openshift-rest-client/issues/448)) ([2388f10](https://github.com/nodeshift/openshift-rest-client/commit/2388f1015ffaef20aaba4e5bf89701907ffb13ec))
11+
12+
13+
### Bug Fixes
14+
15+
* 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))
16+
* 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))
17+
518
## [9.1.1](https://github.com/nodeshift/openshift-rest-client/compare/v9.1.0...v9.1.1) (2025-02-28)
619

720

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": "9.2.0",
44
"description": "Node.js client for developing with OpenShift",
55
"main": "index.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)