diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a76a9f..cf6055b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.8.4](https://github.com/jonasmerlin/astro-seo/compare/v0.8.3...v0.8.4) (2024-06-01) + + +### Bug Fixes + +* unsuccessful check in CI due to formatting ([89fc0cf](https://github.com/jonasmerlin/astro-seo/commit/89fc0cf9165a25980bb3f9423c7b8829ad084083)) +* use Astro.site property to generate canonical urls ([3fc0612](https://github.com/jonasmerlin/astro-seo/commit/3fc06124cc06c0e329a875ed3d101da69d657e70)) + ### [0.8.3](https://github.com/jonasmerlin/astro-seo/compare/v0.8.2...v0.8.3) (2024-03-03) ### [0.8.2](https://github.com/jonasmerlin/astro-seo/compare/v0.8.1...v0.8.2) (2024-02-19) diff --git a/package-lock.json b/package-lock.json index 75c00c5..f17ac65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-seo", - "version": "0.8.3", + "version": "0.8.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astro-seo", - "version": "0.8.3", + "version": "0.8.4", "license": "MIT", "dependencies": { "@astrojs/check": "^0.5.4" diff --git a/package.json b/package.json index 3998ba8..37ca452 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-seo", - "version": "0.8.3", + "version": "0.8.4", "description": "Makes it easy to add SEO relevant tags to your Astro app.", "homepage": "https://github.com/jonasmerlin/astro-seo#readme", "bugs": {