diff --git a/CHANGELOG.md b/CHANGELOG.md index 802921b..2b5a8d6 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.3.10](https://github.com/jonasmerlin/astro-seo/compare/v0.3.9...v0.3.10) (2021-09-04) + + +### Features + +* add support for basic twitter tags ([ab90b55](https://github.com/jonasmerlin/astro-seo/commit/ab90b5593757ea1694e20f2bdf60eff0621b2024)) +* log warning when `openGraph.basic.image` ist set, but `openGraph.image.alt` is not ([1fc3df8](https://github.com/jonasmerlin/astro-seo/commit/1fc3df8f885259a5e4f3a266a13c61bdd0803957)) + ### [0.3.9](https://github.com/jonasmerlin/astro-seo/compare/v0.3.8...v0.3.9) (2021-09-03) diff --git a/package-lock.json b/package-lock.json index cdba84d..837fef3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "astro-seo", - "version": "0.3.9", + "version": "0.3.10", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.3.9", + "version": "0.3.10", "license": "MIT", "devDependencies": { "astro": "^0.20.3", diff --git a/package.json b/package.json index f57f255..92726f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-seo", - "version": "0.3.9", + "version": "0.3.10", "description": "Makes it easy to add SEO relevant tags to your Astro app.", "homepage": "https://github.com/jonasmerlin/astro-seo#readme", "bugs": {