Skip to content

Commit

Permalink
chore(release): 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmerlin committed Mar 23, 2023
1 parent fee197a commit 1aeb03b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.2](https://github.com/jonasmerlin/astro-seo/compare/v0.7.1...v0.7.2) (2023-03-23)


### Features

* add option to surpress warnings ([a2d2385](https://github.com/jonasmerlin/astro-seo/commit/a2d2385d3f0cb073844fb1ba3e42729ba16d44ae))


### Bug Fixes

* add tsconfig.json to fix TS error ([9433e11](https://github.com/jonasmerlin/astro-seo/commit/9433e1156e7e5750fe1ecb51becf3211b9e69d21))
* example code in readme ([1b13ddc](https://github.com/jonasmerlin/astro-seo/commit/1b13ddcd79ebec63922f857e2bb27099b03d3cad))
* fix TS errors ([fee197a](https://github.com/jonasmerlin/astro-seo/commit/fee197a3840d45acd2d1f85c82f6cf452287aa70))
* typo in src/components/ExtendedTags.astro ([526f0b5](https://github.com/jonasmerlin/astro-seo/commit/526f0b5052d0147dc0942c231fa20b71e9c3aa8a))

### [0.7.1](https://github.com/jonasmerlin/astro-seo/compare/v0.7.0...v0.7.1) (2023-02-18)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-seo",
"version": "0.7.1",
"version": "0.7.2",
"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 1aeb03b

Please sign in to comment.