diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f13195..883a53cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.0.0-next.15](https://github.com/readmeio/rdme/compare/v9.0.0-next.14...v9.0.0-next.15) (2024-05-07) + + +### Features + +* **fetch:** use undici + `ProxyAgent` ([#1000](https://github.com/readmeio/rdme/issues/1000)) ([9da7132](https://github.com/readmeio/rdme/commit/9da7132b71a7a64ef94ed0376fe379e7bffa8f9a)), closes [#999](https://github.com/readmeio/rdme/issues/999) + # [9.0.0-next.14](https://github.com/readmeio/rdme/compare/v9.0.0-next.13...v9.0.0-next.14) (2024-04-30) diff --git a/action.yml b/action.yml index 31aae154..1241fb05 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ outputs: description: The rdme command result output runs: using: docker - image: docker://ghcr.io/readmeio/rdme:9.0.0-next.14 + image: docker://ghcr.io/readmeio/rdme:9.0.0-next.15 args: - docker-gha - ${{ inputs.rdme }} diff --git a/package-lock.json b/package-lock.json index 597766f8..bc6e36b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "9.0.0-next.14", + "version": "9.0.0-next.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rdme", - "version": "9.0.0-next.14", + "version": "9.0.0-next.15", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index c9f482d4..046ead6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "9.0.0-next.14", + "version": "9.0.0-next.15", "description": "ReadMe's official CLI and GitHub Action.", "license": "MIT", "author": "ReadMe (https://readme.com)",