Skip to content

Commit ec31d36

Browse files
[ci] release (#26)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c3fa7b9 commit ec31d36

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.changeset/bright-flowers-divide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# astro-pages
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- c3fa7b9: Fix peerDependencies
8+
39
## 0.2.0
410

511
### Minor Changes

package/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "astro-pages",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Add custom file based routing directories in Astro",
5-
"keywords": ["astro", "withastro", "astro-integration"],
5+
"keywords": [
6+
"astro",
7+
"withastro",
8+
"astro-integration"
9+
],
610
"author": "Bryce Russell",
711
"license": "MIT",
812
"repository": {

0 commit comments

Comments
 (0)