diff --git a/CHANGELOG.md b/CHANGELOG.md index 5981727..c59d5e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/deployn/astro-deploy/compare/v1.5.0...v1.6.0) (2024-02-25) + + +### Features + +* add shadcn support ([0fed354](https://github.com/deployn/astro-deploy/commit/0fed3542a4875c7ea81f52d9c48fec0a6aecce36)) + # [1.5.0](https://github.com/deployn/astro-deploy/compare/v1.4.0...v1.5.0) (2024-02-24) diff --git a/package.json b/package.json index a1e0928..6d8cdf5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-deploy", "type": "module", - "version": "1.5.0", + "version": "1.6.0", "description": "A custom Astro.js template", "private": true, "scripts": {