diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb4f55f64bd..6c58f8542a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-scripts +## 0.0.5 + +### Patch Changes + +- [#3744](https://github.com/withastro/astro/pull/3744) [`fb9ef401`](https://github.com/withastro/astro/commit/fb9ef4019bd5aec99972cac9bb82f2b6c259292c) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: avoid generating sourcemaps for dev builds of the monorepo - prevents Vite warning logs + ## 0.0.4 ### Patch Changes diff --git a/package.json b/package.json index 6c125fbd1932..d9e63f75f00a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-scripts", - "version": "0.0.4", + "version": "0.0.5", "private": true, "type": "module", "main": "./index.js",