From 2c3c8a23d5c5d4b79cddc5f1cce5785405a81065 Mon Sep 17 00:00:00 2001 From: Christine Tham Date: Tue, 6 Sep 2022 09:35:01 +1000 Subject: [PATCH] Release 1.0.1 --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37c500b..7535e67 100644 --- a/README.md +++ b/README.md @@ -118,3 +118,8 @@ All commands are run from the root of the project, from a terminal: | `yarn lint` | Check the source code for errors | | `yarn astro ...` | Run CLI commands like `astro add`, `astro preview` | | `yarn astro --help` | Get help using the Astro CLI | + +## Release History + +* 1.0.0: Initial Release +* 1.0.1: Moved social images to src, improved coverImage processing \ No newline at end of file diff --git a/package.json b/package.json index 0635df3..72991f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hello-astro", "description": "Hello Astro is a full featured Astro corporate/marketing/blog starter theme written in Typescript and TailwindCSS. It supports Markdown and MDX based pages and blog posts.", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "dev": "astro dev", "start": "astro dev",