···11----
22-"starlight-cooler-credit": patch
33----
44-55-Add support for custom image.
66-77-You can hereby specify another image which will be used inside the component by setting the `customImage` configuration like this:
88-99-```
1010-plugins: [
1111- starlightCoolerCredit({
1212- customImage: "./src/assets/rainsberger.ca.webp",
1313- })
1414-]
1515-```
-5
.changeset/long-wasps-matter.md
···11----
22-"starlight-cooler-credit-docs": patch
33----
44-55-Document new configuration option `customImage`
···11{
22 "name": "starlight-cooler-credit-docs",
33- "version": "0.2.2",
33+ "version": "0.2.3",
44 "description": "Add a nice credit to Starlight or Astro at the bottom of Table of Contents.",
55 "keywords": [
66 "starlight",
+16
packages/starlight-cooler-credit/CHANGELOG.md
···11# starlight-cooler-credit
2233+## 0.2.2
44+55+### Patch Changes
66+77+- [#50](https://github.com/trueberryless-org/starlight-cooler-credit/pull/50) [`45b5eb8`](https://github.com/trueberryless-org/starlight-cooler-credit/commit/45b5eb85c5bc3be4899cbd907acabeb6f20bfd3c) Thanks [@trueberryless](https://github.com/trueberryless)! - Add support for custom image.
88+99+ You can hereby specify another image which will be used inside the component by setting the `customImage` configuration like this:
1010+1111+ ```
1212+ plugins: [
1313+ starlightCoolerCredit({
1414+ customImage: "./src/assets/rainsberger.ca.webp",
1515+ })
1616+ ]
1717+ ```
1818+319## 0.2.1
420521### Patch Changes
+1-1
packages/starlight-cooler-credit/package.json
···11{
22 "name": "starlight-cooler-credit",
33- "version": "0.2.1",
33+ "version": "0.2.2",
44 "description": "Add a nice credit to Starlight or Astro at the bottom of Table of Contents.",
55 "keywords": [
66 "starlight",