Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Sep 5, 2022
1 parent 58b63e7 commit 2c3c8a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2c3c8a2

Please sign in to comment.