diff --git a/CHANGELOG.md b/CHANGELOG.md index 23adf2c..cdd9ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.7.0](https://github.com/jonasmerlin/astro-seo/compare/v0.6.1...v0.7.0) (2023-01-16) + + +### ⚠ BREAKING CHANGES + +* add rest of twitter tags + +### Features + +* add rest of twitter tags ([c168701](https://github.com/jonasmerlin/astro-seo/commit/c168701e23317a25a07cc61d6864b5ab0d332056)) + + +### Bug Fixes + +* add support for crossorigin links ([3c01b1e](https://github.com/jonasmerlin/astro-seo/commit/3c01b1eb0ea5c2eb2f2db290143d689af2ecab85)) + ### [0.6.1](https://github.com/jonasmerlin/astro-seo/compare/v0.6.0...v0.6.1) (2022-12-19) ## [0.6.0](https://github.com/jonasmerlin/astro-seo/compare/v0.5.2...v0.6.0) (2022-08-24) diff --git a/package-lock.json b/package-lock.json index 7940d76..5100020 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-seo", - "version": "0.6.1", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astro-seo", - "version": "0.6.1", + "version": "0.7.0", "license": "MIT", "devDependencies": { "astro": "^1.9.2", diff --git a/package.json b/package.json index 52c6145..95d4f0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-seo", - "version": "0.6.1", + "version": "0.7.0", "description": "Makes it easy to add SEO relevant tags to your Astro app.", "homepage": "https://github.com/jonasmerlin/astro-seo#readme", "bugs": {