diff options
author | 2021-08-18 09:24:09 -0700 | |
---|---|---|
committer | 2021-08-18 09:24:09 -0700 | |
commit | 986bed8ca4101ec1e56f89ce0cf136d01b6919ad (patch) | |
tree | 0549af4ca842551f0fcba01f71bb9b61684629e7 /docs | |
parent | 68f46c827ec491c80df98e6100629d8f10a16beb (diff) | |
download | astro-986bed8ca4101ec1e56f89ce0cf136d01b6919ad.tar.gz astro-986bed8ca4101ec1e56f89ce0cf136d01b6919ad.tar.zst astro-986bed8ca4101ec1e56f89ce0cf136d01b6919ad.zip |
Version Packages (#1150)astro@0.19.0@astrojs/parser@0.18.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CHANGELOG.md | 2 | ||||
-rw-r--r-- | docs/package.json | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 01aeffc67..433b54eeb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,7 @@ # docs +## 0.0.5 + ## 0.0.5-next.0 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index b91ca1042..a4f4fce20 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.0.5-next.0", + "version": "0.0.5", "private": true, "scripts": { "start": "astro dev", @@ -15,7 +15,7 @@ }, "devDependencies": { "@snowpack/plugin-dotenv": "^2.1.0", - "astro": "^0.19.0-next.3", + "astro": "^0.19.0", "broken-link-checker": "^0.7.8", "npm-run-all": "^4.1.5", "pa11y-ci": "^2.4.2", |