diff --git a/CHANGELOG.md b/CHANGELOG.md index f59d683..1c6b34d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,69 +2,59 @@ ## [1.4.1](https://github.com/shepherdjerred/astro-opengraph-images/compare/v1.4.0...v1.4.1) (2024-06-30) - ### Bug Fixes -* correct image ([de0a076](https://github.com/shepherdjerred/astro-opengraph-images/commit/de0a07680b2e31fbd3ee2ca615c927e5c1823f49)) -* don't require width and height ([1793584](https://github.com/shepherdjerred/astro-opengraph-images/commit/17935846ec2b29fe45e1612a5bb76de0fecdbc56)) -* use correct image ([d0398fa](https://github.com/shepherdjerred/astro-opengraph-images/commit/d0398fa9c4639374df608901f8ff8c5e47c26b49)) +- correct image ([de0a076](https://github.com/shepherdjerred/astro-opengraph-images/commit/de0a07680b2e31fbd3ee2ca615c927e5c1823f49)) +- don't require width and height ([1793584](https://github.com/shepherdjerred/astro-opengraph-images/commit/17935846ec2b29fe45e1612a5bb76de0fecdbc56)) +- use correct image ([d0398fa](https://github.com/shepherdjerred/astro-opengraph-images/commit/d0398fa9c4639374df608901f8ff8c5e47c26b49)) ## [1.4.0](https://github.com/shepherdjerred/astro-opengraph-images/compare/v1.3.1...v1.4.0) (2024-06-30) - ### Features -* add new presets ([8a54687](https://github.com/shepherdjerred/astro-opengraph-images/commit/8a5468741998557dc740ffd5b053787ccfb567b8)) +- add new presets ([8a54687](https://github.com/shepherdjerred/astro-opengraph-images/commit/8a5468741998557dc740ffd5b053787ccfb567b8)) ## [1.3.1](https://github.com/shepherdjerred/astro-opengraph-images/compare/v1.3.0...v1.3.1) (2024-06-29) - ### Bug Fixes -* update import ([585b310](https://github.com/shepherdjerred/astro-opengraph-images/commit/585b3100ec97f3634a67d8b8a9694a56380fd388)) +- update import ([585b310](https://github.com/shepherdjerred/astro-opengraph-images/commit/585b3100ec97f3634a67d8b8a9694a56380fd388)) ## [1.3.0](https://github.com/shepherdjerred/astro-opengraph-images/compare/v1.2.1...v1.3.0) (2024-06-29) - ### Features -* use React jsx ([b2e8622](https://github.com/shepherdjerred/astro-opengraph-images/commit/b2e862217788735eacebf20396951193dfdb894d)) +- use React jsx ([b2e8622](https://github.com/shepherdjerred/astro-opengraph-images/commit/b2e862217788735eacebf20396951193dfdb894d)) ## [1.2.1](https://github.com/shepherdjerred/astro-opengraph-images/compare/v1.2.0...v1.2.1) (2024-06-29) - ### Bug Fixes -* resolve merge conflict ([ba0c596](https://github.com/shepherdjerred/astro-opengraph-images/commit/ba0c596b3f10a95d0cbe67bf9eef51b552fc7afe)) +- resolve merge conflict ([ba0c596](https://github.com/shepherdjerred/astro-opengraph-images/commit/ba0c596b3f10a95d0cbe67bf9eef51b552fc7afe)) ## [1.2.0](https://github.com/shepherdjerred/astro-opengraph-images/compare/v1.1.0...v1.2.0) (2024-06-29) - ### Features -* simplify ([d82ab03](https://github.com/shepherdjerred/astro-opengraph-images/commit/d82ab031aa971437a9b02999be52c04a8a9e089c)) -* simplify ([0e1e7c6](https://github.com/shepherdjerred/astro-opengraph-images/commit/0e1e7c6b1d4effa4fb0caa5fcf676168d3b03dd2)) - +- simplify ([d82ab03](https://github.com/shepherdjerred/astro-opengraph-images/commit/d82ab031aa971437a9b02999be52c04a8a9e089c)) +- simplify ([0e1e7c6](https://github.com/shepherdjerred/astro-opengraph-images/commit/0e1e7c6b1d4effa4fb0caa5fcf676168d3b03dd2)) ### Bug Fixes -* fix json ([0799f5f](https://github.com/shepherdjerred/astro-opengraph-images/commit/0799f5f055d12a3cabd9cc72dd30c9cef9219b84)) +- fix json ([0799f5f](https://github.com/shepherdjerred/astro-opengraph-images/commit/0799f5f055d12a3cabd9cc72dd30c9cef9219b84)) ## [1.1.0](https://github.com/shepherdjerred/astro-opengraph-images/compare/v1.0.0...v1.1.0) (2024-06-29) - ### Features -* simplify setup ([08a922e](https://github.com/shepherdjerred/astro-opengraph-images/commit/08a922e7d096930e3af40865d34ac18c480384fa)) +- simplify setup ([08a922e](https://github.com/shepherdjerred/astro-opengraph-images/commit/08a922e7d096930e3af40865d34ac18c480384fa)) ## 1.0.0 (2024-06-28) - ### Features -* init ([a7b0623](https://github.com/shepherdjerred/astro-opengraph-images/commit/a7b06237cec0b4c7228f5d91a07c03d168395d52)) - +- init ([a7b0623](https://github.com/shepherdjerred/astro-opengraph-images/commit/a7b06237cec0b4c7228f5d91a07c03d168395d52)) ### Bug Fixes -* remove eslintcache ([1b6d4a2](https://github.com/shepherdjerred/astro-opengraph-images/commit/1b6d4a27080b92ed9189d2cdb45a3f4009b84c08)) +- remove eslintcache ([1b6d4a2](https://github.com/shepherdjerred/astro-opengraph-images/commit/1b6d4a27080b92ed9189d2cdb45a3f4009b84c08)) diff --git a/README.md.tmpl b/README.md.tmpl index 4517f25..9756695 100644 --- a/README.md.tmpl +++ b/README.md.tmpl @@ -95,7 +95,7 @@ You've probably seen this in action when posting a link on Facebook, Twitter, Sl The integration will replace `[[OPENGRAPH IMAGE]]` with the path to the image it generated for that page. Note: `site` must be defined in your Astro config. - At a minimum, you should define the tags below. + At a minimum, you should define the tags below: ```diff --- diff --git a/renovate.json b/renovate.json index 5db72dd..22a9943 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] + "extends": ["config:recommended"] }