From 9ff905f256e573602894d55eab17cc44a4d42574 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Feb 2024 10:45:26 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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 a636904..18474c5 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": {