summaryrefslogtreecommitdiff
path: root/packages/markdown
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-12 06:08:15 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-12 09:08:15 -0400
commitc2b14d525326407fd483f8ac1b06fb90725538c2 (patch)
tree35e26a81f30ac9df6f46f714e351a233246846ef /packages/markdown
parentb4cb4a40df33b82bcd36e63bd488bd037e94dbc0 (diff)
downloadastro-c2b14d525326407fd483f8ac1b06fb90725538c2.tar.gz
astro-c2b14d525326407fd483f8ac1b06fb90725538c2.tar.zst
astro-c2b14d525326407fd483f8ac1b06fb90725538c2.zip
[ci] release (#3894)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown')
-rw-r--r--packages/markdown/remark/CHANGELOG.md6
-rw-r--r--packages/markdown/remark/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md
index ee92e06dd..be89534d7 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/markdown-remark
+## 0.11.5
+
+### Patch Changes
+
+- [#3669](https://github.com/withastro/astro/pull/3669) [`93e1020b1`](https://github.com/withastro/astro/commit/93e1020b1e8549b08cf5646e1ebc3ae34e14ebc8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Tooling: reintroduce smoke test across example projects
+
## 0.11.4
### Patch Changes
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 1c943c9b7..5f35612a5 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "0.11.4",
+ "version": "0.11.5",
"type": "module",
"author": "withastro",
"license": "MIT",