summaryrefslogtreecommitdiff
path: root/packages/internal-helpers/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/internal-helpers/CHANGELOG.md')
-rw-r--r--packages/internal-helpers/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/internal-helpers/CHANGELOG.md b/packages/internal-helpers/CHANGELOG.md
index c42740dda..10c9c588f 100644
--- a/packages/internal-helpers/CHANGELOG.md
+++ b/packages/internal-helpers/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/internal-helpers
+## 0.6.0
+
+### Minor Changes
+
+- [#13254](https://github.com/withastro/astro/pull/13254) [`1e11f5e`](https://github.com/withastro/astro/commit/1e11f5e8b722b179e382f3c792cd961b2b51f61b) Thanks [@p0lyw0lf](https://github.com/p0lyw0lf)! - Adds remote URL filtering utilities
+
+ This adds logic to filter remote URLs so that it can be used by both `astro` and `@astrojs/markdown-remark`.
+
## 0.5.1
### Patch Changes