diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..df4ebaf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# 1.0.0 (2024-02-16) + + +### Features + +* add astro.js ([9fc02b3](https://github.com/deployn/astro-deploy/commit/9fc02b366d90ccb4828a1d1bd26a5730e1afeabb)) +* add semantic-release support ([f5e9c0d](https://github.com/deployn/astro-deploy/commit/f5e9c0da89fdf4aa96621826d9c809c1b48465ee)) diff --git a/package.json b/package.json index b7e88f4..5850e03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-deploy", - "version": "0.0.0-development", + "version": "1.0.0", "description": "A custom Astro.js template", "private": true, "scripts": {