Skip to content

Commit

Permalink
chore(release): 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmerlin committed Feb 18, 2023
1 parent c4ac8e8 commit 7e3ff8c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 7e3ff8c

Please sign in to comment.