Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #6 from trueberryless-org/changeset-release/main

[ci] release

authored by

trueberryless and committed by
GitHub
688cdd30 177256c2

+8 -6
-5
.changeset/stupid-lizards-travel.md
··· 1 - --- 2 - "starlight": minor 3 - --- 4 - 5 - Initial public release
+7
starlight/CHANGELOG.md
··· 1 + # starlight 2 + 3 + ## 0.1.0 4 + 5 + ### Minor Changes 6 + 7 + - [#5](https://github.com/trueberryless-org/videos/pull/5) [`96a6417`](https://github.com/trueberryless-org/videos/commit/96a6417473ea64ccde6495819ce1510bb418c188) Thanks [@trueberryless](https://github.com/trueberryless)! - Initial public release
+1 -1
starlight/package.json
··· 1 1 { 2 2 "name": "starlight", 3 3 "type": "module", 4 - "version": "0.0.1", 4 + "version": "0.1.0", 5 5 "scripts": { 6 6 "dev": "astro dev", 7 7 "start": "astro dev",