Mirror of
0
fork

Configure Feed

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

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

[ci] release

authored by

trueberryless and committed by
GitHub
3ba77462 a5b04d6b

+7 -6
-5
.changeset/beige-ways-travel.md
··· 1 - --- 2 - "starlight": patch 3 - --- 4 - 5 - Update index to use informal recipient
+6
starlight/CHANGELOG.md
··· 1 1 # starlight 2 2 3 + ## 0.1.1 4 + 5 + ### Patch Changes 6 + 7 + - [`a5b04d6`](https://github.com/trueberryless-org/mutanuq/commit/a5b04d6bbe1786850302746418ee6bcf5db6a115) Thanks [@trueberryless](https://github.com/trueberryless)! - Update index to use informal recipient 8 + 3 9 ## 0.1.0 4 10 5 11 ### Minor Changes
+1 -1
starlight/package.json
··· 1 1 { 2 2 "name": "starlight", 3 3 "type": "module", 4 - "version": "0.1.0", 4 + "version": "0.1.1", 5 5 "scripts": { 6 6 "dev": "astro dev", 7 7 "devo": "npm run open-browser && astro dev",