diff --git a/CHANGELOG.md b/CHANGELOG.md index bac4581..27bd707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.0](https://github.com/jonasmerlin/astro-seo/compare/v0.7.6...v0.8.0) (2023-08-27) + + +### Features + +* add support for media attribute on extended meta tags ([8f8d2c7](https://github.com/jonasmerlin/astro-seo/commit/8f8d2c7a279bf9598f3cab8753e265a9a8184e31)) + ### [0.7.6](https://github.com/jonasmerlin/astro-seo/compare/v0.7.5...v0.7.6) (2023-08-21) diff --git a/package-lock.json b/package-lock.json index eb64c68..61755cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-seo", - "version": "0.7.6", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astro-seo", - "version": "0.7.6", + "version": "0.8.0", "license": "MIT", "devDependencies": { "astro": "^2.1.5", diff --git a/package.json b/package.json index 2b2a650..8f34776 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-seo", - "version": "0.7.6", + "version": "0.8.0", "description": "Makes it easy to add SEO relevant tags to your Astro app.", "homepage": "https://github.com/jonasmerlin/astro-seo#readme", "bugs": {