From 4e7703ae25e8af4def64a2469e90a12e8f59b3f7 Mon Sep 17 00:00:00 2001 From: n1c0 <1773356+n1c01a5@users.noreply.github.com> Date: Fri, 25 Jul 2025 12:54:22 +0800 Subject: [PATCH] chore(main): release 1.0.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 047e172..7e24fde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.1](https://github.com/feature-sh/website/compare/v1.0.0...v1.0.1) (2025-07-25) + + +### Bug Fixes + +* link ([db085cc](https://github.com/feature-sh/website/commit/db085cca0e6d3665e7dd6386f8948888b3043c85)) +* typos ([993d397](https://github.com/feature-sh/website/commit/993d39756f9a235da58747d980fb2e75139c2a18)) +* typos ([98eebb0](https://github.com/feature-sh/website/commit/98eebb0f5c51deb2e480b97b3416453897df3a4c)) + ## 1.0.0 (2024-12-11) diff --git a/package-lock.json b/package-lock.json index d112e22..1dd7b98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "tailwindcss": "^3.0.7", "typescript": "4.5.4" }, - "version": "1.0.0" + "version": "1.0.1" }, "node_modules/@ampproject/remapping": { "version": "2.2.0", @@ -11175,5 +11175,5 @@ "dev": true } }, - "version": "1.0.0" + "version": "1.0.1" } diff --git a/package.json b/package.json index 46589c0..ff91da4 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "tailwindcss": "^3.0.7", "typescript": "4.5.4" }, - "version": "1.0.0" + "version": "1.0.1" }