diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd9ca9..34ac095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.1](https://github.com/jonasmerlin/astro-seo/compare/v0.7.0...v0.7.1) (2023-02-18) + + +### Features + +* Add titleDefault and titleTemplate ([548a6ea](https://github.com/jonasmerlin/astro-seo/commit/548a6eabc71217aaea06497207bca33cace358ce)) +* Export TwitterCard Type ([b8f7b39](https://github.com/jonasmerlin/astro-seo/commit/b8f7b3953946f38734983a8c4e9ac68ce046720d)) + + +### Bug Fixes + +* head atribute on example ([138a8f9](https://github.com/jonasmerlin/astro-seo/commit/138a8f9d24ec007ccf0dd9637455ca3c2162406e)) +* html tag on close example ([35f5f6c](https://github.com/jonasmerlin/astro-seo/commit/35f5f6ce81199013f3a56c8de8d12a0bdad5d027)) + ## [0.7.0](https://github.com/jonasmerlin/astro-seo/compare/v0.6.1...v0.7.0) (2023-01-16) diff --git a/package-lock.json b/package-lock.json index 1459fb8..6d7a48d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-seo", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astro-seo", - "version": "0.7.0", + "version": "0.7.1", "license": "MIT", "devDependencies": { "astro": "^2.0.14", diff --git a/package.json b/package.json index a75edc0..884e31c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-seo", - "version": "0.7.0", + "version": "0.7.1", "description": "Makes it easy to add SEO relevant tags to your Astro app.", "homepage": "https://github.com/jonasmerlin/astro-seo#readme", "bugs": {