summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGELOG.md6
-rw-r--r--docs/package.json4
2 files changed, 8 insertions, 2 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index fb4c1afd5..dc735847c 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,5 +1,11 @@
# docs
+## 0.0.4
+
+### Patch Changes
+
+- adc767c5: change Spanish translations for Getting Started page
+
## 0.0.3
### Patch Changes
diff --git a/docs/package.json b/docs/package.json
index a1d587953..08801b590 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "docs",
- "version": "0.0.3",
+ "version": "0.0.4",
"private": true,
"scripts": {
"start": "astro dev",
@@ -15,7 +15,7 @@
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.1.0",
- "astro": "^0.18.2",
+ "astro": "^0.18.10",
"broken-link-checker": "^0.7.8",
"npm-run-all": "^4.1.5",
"pa11y-ci": "^2.4.2",