From ec7ef9bde8e57aadecd851df27cf0e416c76ade4 Mon Sep 17 00:00:00 2001 From: Jonas Schumacher Date: Tue, 9 Nov 2021 18:51:10 +0100 Subject: [PATCH] chore(release): 0.4.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da716d7..e5d49a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.4.2](https://github.com/jonasmerlin/astro-seo/compare/v0.4.1...v0.4.2) (2021-11-09) + + +### Bug Fixes + +* added src/components to package.json ([a7c711f](https://github.com/jonasmerlin/astro-seo/commit/a7c711f5dab9594a1256a0475ab8715b93560168)) + ### [0.4.1](https://github.com/jonasmerlin/astro-seo/compare/v0.4.0...v0.4.1) (2021-11-08) diff --git a/package-lock.json b/package-lock.json index af78b2b..290a9e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "astro-seo", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.4.1", + "version": "0.4.2", "license": "MIT", "devDependencies": { "astro": "^0.20.12", diff --git a/package.json b/package.json index 2c5305e..65a6719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-seo", - "version": "0.4.1", + "version": "0.4.2", "description": "Makes it easy to add SEO relevant tags to your Astro app.", "homepage": "https://github.com/jonasmerlin/astro-seo#readme", "bugs": {