From 9b3f4fa6d043b2c17b2a4747d1457895ec284928 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 06:22:36 -0700 Subject: [PATCH] Chore: Ready for Release (#40) Co-authored-by: github-actions[bot] --- .changeset/spicy-buttons-enjoy.md | 5 ----- package/CHANGELOG.md | 6 ++++++ package/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/spicy-buttons-enjoy.md diff --git a/.changeset/spicy-buttons-enjoy.md b/.changeset/spicy-buttons-enjoy.md deleted file mode 100644 index cfa478c..0000000 --- a/.changeset/spicy-buttons-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/astro-hashnode": patch ---- - -fix tailwind diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 6a9ff1d..9712762 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/astro-hashnode +## 0.1.12 + +### Patch Changes + +- 0d3d0ff: fix tailwind + ## 0.1.11 ### Patch Changes diff --git a/package/package.json b/package/package.json index 914dad0..428a83b 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-hashnode", - "version": "0.1.11", + "version": "0.1.12", "description": "An Integration to bring your Hashnode Headless Blog content into Astro!", "author": { "email": "adam@matthiesen.xyz",