Skip to content

Releases: jonasmerlin/astro-seo

v0.6.1

19 Dec 12:12
Compare
Choose a tag to compare

Add charset property.

v0.6.0

24 Aug 06:39
Compare
Choose a tag to compare

fixes #38

v0.5.1

27 Jul 06:58
Compare
Choose a tag to compare

Make thingr ready for Astro 1.0

v0.5.0

06 Apr 10:08
Compare
Choose a tag to compare

0.5.0 (2022-04-06)

⚠ BREAKING CHANGES

v0.4.4

29 Mar 10:09
Compare
Choose a tag to compare
chore(release): 0.4.4

v0.4.3

29 Mar 10:05
Compare
Choose a tag to compare
chore(release): 0.4.3

v0.4.2

09 Nov 17:52
Compare
Choose a tag to compare
chore(release): 0.4.2

v0.4.1

08 Nov 06:07
Compare
Choose a tag to compare

Bug Fixes

  • added components to files in package.json (0d7e3ef)

v0.4.0

06 Nov 08:19
Compare
Choose a tag to compare

Features

  • upgrade for astro@0.21 (ed3b2ee)
  • BREAKING CHANGE: Set Astro.request.canonicalURL.href as default og:url

Bug Fixes

  • OpenGraphImageTags: destructure basic.image prop (6c6b35d)

v0.3.14

30 Oct 11:16
Compare
Choose a tag to compare

0.3.14 (2021-10-30)

Features

  • You can now use the extend prop to define any link or meta tag that you want! Big thanks to @RafidMuhymin for implementing these!
  • BREAKING: If no value for canonical is passed, it will now default to Astro.request.canonicalURL.href. Again, thanks to @RafidMuhymin

Bug Fixes

  • change robots meta tag formatting (7a35ada)