Skip to content

Commit 2c3c8a2

Browse files
committed
Release 1.0.1
1 parent 58b63e7 commit 2c3c8a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,8 @@ All commands are run from the root of the project, from a terminal:
118118
| `yarn lint` | Check the source code for errors |
119119
| `yarn astro ...` | Run CLI commands like `astro add`, `astro preview` |
120120
| `yarn astro --help` | Get help using the Astro CLI |
121+
122+
## Release History
123+
124+
* 1.0.0: Initial Release
125+
* 1.0.1: Moved social images to src, improved coverImage processing

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hello-astro",
33
"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.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",

0 commit comments

Comments
 (0)