Skip to content

Commit

Permalink
chore(main): release 8.0.1 (#366)
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] authored Jul 12, 2023
1 parent 3f67ae3 commit 4f1304e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/nodeshift/openshift-rest-client/compare/v8.0.0...v8.0.1) (2023-07-12)


### Bug Fixes

* This fixes the url that is passed into the undici client. ([#367](https://github.com/nodeshift/openshift-rest-client/issues/367)) ([3f67ae3](https://github.com/nodeshift/openshift-rest-client/commit/3f67ae378ab3c91ff7c4ac1cddc2995914fb00f5)), closes [#330](https://github.com/nodeshift/openshift-rest-client/issues/330)
* upgrade undici from 5.22.0 to 5.22.1 ([#361](https://github.com/nodeshift/openshift-rest-client/issues/361)) ([ddef013](https://github.com/nodeshift/openshift-rest-client/commit/ddef0138bcd70084d1c05be15f539a667362ca27))

## [8.0.0](https://github.com/nodeshift/openshift-rest-client/compare/v7.1.1...v8.0.0) (2023-05-31)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openshift-rest-client",
"version": "8.0.0",
"version": "8.0.1",
"description": "Node.js client for developing with OpenShift",
"main": "index.js",
"type": "commonjs",
Expand Down

0 comments on commit 4f1304e

Please sign in to comment.