diff --git a/.changeset/thin-jobs-live.md b/.changeset/thin-jobs-live.md deleted file mode 100644 index 4d0c596..0000000 --- a/.changeset/thin-jobs-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-link-card": patch ---- - -fix(deps): update dependency astro to v4.13.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ece33..54dc82e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-link-card +## 1.0.3 + +### Patch Changes + +- [#20](https://github.com/Robot-Inventor/astro-link-card/pull/20) [`d51caa2`](https://github.com/Robot-Inventor/astro-link-card/commit/d51caa2a3c230716fab80a379d65255b168a39de) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency astro to v4.13.1 + ## 1.0.2 ### Patch Changes diff --git a/package.json b/package.json index 17f900c..646e4eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-link-card", - "version": "1.0.2", + "version": "1.0.3", "description": "Astro integration to automatically convert bare links into link cards.", "main": "./dist/index.js", "types": "./dist/index.d.ts",