diff options
author | 2022-10-03 15:48:40 -0700 | |
---|---|---|
committer | 2022-10-03 18:48:40 -0400 | |
commit | 5d58787f7a040a794e7430713ad06e18b32adfaa (patch) | |
tree | bd1649b7b5ef1bf4e18a4d2c38510b9dfcfc54e6 /examples/with-markdown-plugins | |
parent | e6a881081f456b83294e1d85179b20951d7677e9 (diff) | |
download | astro-5d58787f7a040a794e7430713ad06e18b32adfaa.tar.gz astro-5d58787f7a040a794e7430713ad06e18b32adfaa.tar.zst astro-5d58787f7a040a794e7430713ad06e18b32adfaa.zip |
[ci] release (#4968)astro@1.4.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 4405ed022..e2b9f5be6 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.4.3", + "astro": "^1.4.4", "@astrojs/markdown-remark": "^1.1.3", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", |