From f53a0b0d578ad587efbf886164a025e99fc3a5fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 13:29:31 -0800 Subject: [PATCH] chore: release 1.0.0 (#1) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7aadf6e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2023-01-27) + + +### Features + +* Implementation complete ([6c2ed1f](https://www.github.com/humanwhocodes/astro-jekyll/commit/6c2ed1f8d984bed704392ff3573974a597fcf14d)) diff --git a/package-lock.json b/package-lock.json index 48d712c..7be1842 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanwhocodes/astro-jekyll", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@humanwhocodes/astro-jekyll", - "version": "0.0.0", + "version": "1.0.0", "license": "Apache-2.0", "devDependencies": { "@types/node": "^18.7.6", diff --git a/package.json b/package.json index 4859b03..bb7d33a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/astro-jekyll", - "version": "0.0.0", + "version": "1.0.0", "description": "Astro helpers for Jekyll compatibility.", "main": "src/astro-jekyll.cjs", "module": "src/astro-jekyll.js",