diff --git a/CHANGELOG.md b/CHANGELOG.md index 27bd707..f4cdc05 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.1](https://github.com/jonasmerlin/astro-seo/compare/v0.8.0...v0.8.1) (2024-02-18) + + +### Bug Fixes + +* **#84:** order of properties ([da25a50](https://github.com/jonasmerlin/astro-seo/commit/da25a509f0f5150f24cfa6ce1f9e654e5fb237d9)), closes [#84](https://github.com/jonasmerlin/astro-seo/issues/84) +* type issue ([3414cb8](https://github.com/jonasmerlin/astro-seo/commit/3414cb86510930a5b18b2188200a155177af03ef)) + ## [0.8.0](https://github.com/jonasmerlin/astro-seo/compare/v0.7.6...v0.8.0) (2023-08-27) diff --git a/package-lock.json b/package-lock.json index aafeaac..fc32802 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-seo", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astro-seo", - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "dependencies": { "@astrojs/check": "^0.5.4" diff --git a/package.json b/package.json index 84badc5..361c7bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-seo", - "version": "0.8.0", + "version": "0.8.1", "description": "Makes it easy to add SEO relevant tags to your Astro app.", "homepage": "https://github.com/jonasmerlin/astro-seo#readme", "bugs": {