diff options
author | 2022-04-29 12:41:16 -0300 | |
---|---|---|
committer | 2022-04-29 08:41:16 -0700 | |
commit | 6cd9ef577ecddcde655426c5f1bee34307eca8b8 (patch) | |
tree | 9338da712f0e2bcbf7aee8dd1e694d0a6c58b55a /examples/blog-multiple-authors | |
parent | ed7aba2e8bd12dfaa396e0cac13d00e86696ddf7 (diff) | |
download | astro-6cd9ef577ecddcde655426c5f1bee34307eca8b8.tar.gz astro-6cd9ef577ecddcde655426c5f1bee34307eca8b8.tar.zst astro-6cd9ef577ecddcde655426c5f1bee34307eca8b8.zip |
chore: remove unintended changelogs (#3233)
* Removed unused CHANGELOGS
* Added `astro-scripts` to changeset ignore
* Reverted config.json
Diffstat (limited to 'examples/blog-multiple-authors')
-rw-r--r-- | examples/blog-multiple-authors/CHANGELOG.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/blog-multiple-authors/CHANGELOG.md b/examples/blog-multiple-authors/CHANGELOG.md deleted file mode 100644 index 70acc9610..000000000 --- a/examples/blog-multiple-authors/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -# @astrojs/example-blog - -## 0.0.2 - -### Patch Changes - -- e711668: Improved accessibility of the example blog |