summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/CHANGELOG.md6
-rw-r--r--scripts/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md
index 1bb4f55f6..6c58f8542 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/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/scripts/package.json b/scripts/package.json
index 6c125fbd1..d9e63f75f 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "astro-scripts",
- "version": "0.0.4",
+ "version": "0.0.5",
"private": true,
"type": "module",
"main": "./index.js",