diff --git a/.changeset/hungry-forks-teach.md b/.changeset/hungry-forks-teach.md deleted file mode 100644 index 2b2a0dc..0000000 --- a/.changeset/hungry-forks-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-link-card": patch ---- - -fix(deps): update dependency rehype-og-card to v1.0.10 diff --git a/.changeset/nine-hounds-provide.md b/.changeset/nine-hounds-provide.md deleted file mode 100644 index 1a2adb3..0000000 --- a/.changeset/nine-hounds-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-link-card": patch ---- - -fix(deps): update dependency astro to v4.16.13 diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2138d..e46b9a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # astro-link-card +## 1.0.25 + +### Patch Changes + +- [#126](https://github.com/Robot-Inventor/astro-link-card/pull/126) [`a56e777`](https://github.com/Robot-Inventor/astro-link-card/commit/a56e77785e479c929b4ae3d0e54966d7052159fe) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency rehype-og-card to v1.0.10 + +- [#120](https://github.com/Robot-Inventor/astro-link-card/pull/120) [`4736729`](https://github.com/Robot-Inventor/astro-link-card/commit/4736729d9837856f08915cbcfef130f67081f6ed) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency astro to v4.16.13 + ## 1.0.24 ### Patch Changes diff --git a/package.json b/package.json index 6516342..9188d27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-link-card", - "version": "1.0.24", + "version": "1.0.25", "description": "Astro integration to automatically convert bare links into link cards.", "main": "./dist/index.js", "types": "./dist/index.d.ts",