Skip to content

Commit

Permalink
chore(main): release 8.0.3 (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 23, 2024
1 parent d5722b5 commit 814aa83
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

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.

## [8.0.3](https://github.com/nodeshift/openshift-rest-client/compare/v8.0.2...v8.0.3) (2024-04-23)


### Bug Fixes

* upgrade tape from 5.6.3 to 5.7.5 ([#398](https://github.com/nodeshift/openshift-rest-client/issues/398)) ([271304a](https://github.com/nodeshift/openshift-rest-client/commit/271304a9a1dc7a76074b5627df8cd77a76b64776))
* Use `rejectUnauthorzed` instead of `strictSSL` ([#401](https://github.com/nodeshift/openshift-rest-client/issues/401)) ([d5722b5](https://github.com/nodeshift/openshift-rest-client/commit/d5722b54d807e7db723631af11543f6ebf8a6b4f))

## [8.0.2](https://github.com/nodeshift/openshift-rest-client/compare/v8.0.1...v8.0.2) (2024-04-22)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "openshift-rest-client",
"version": "8.0.2",
"version": "8.0.3",
"description": "Node.js client for developing with OpenShift",
"main": "index.js",
"type": "commonjs",
Expand Down

0 comments on commit 814aa83

Please sign in to comment.