Mirror of
0
fork

Configure Feed

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

[ci] release

+7 -6
-5
.changeset/seven-glasses-grow.md
··· 1 - --- 2 - "release-image-generator": patch 3 - --- 4 - 5 - Fix fonts. Reason not working: Git + Windows did not track file rename to lowercase, so ttf files could not be found.
+6
app/CHANGELOG.md
··· 1 1 # release-image-generator 2 2 3 + ## 0.2.2 4 + 5 + ### Patch Changes 6 + 7 + - [`3a26e9f`](https://github.com/trueberryless-org/release-image-generator/commit/3a26e9fe791627181247c1903127473da462b9e1) Thanks [@trueberryless](https://github.com/trueberryless)! - Fix fonts. Reason not working: Git + Windows did not track file rename to lowercase, so ttf files could not be found. 8 + 3 9 ## 0.2.1 4 10 5 11 ### Patch Changes
+1 -1
app/package.json
··· 1 1 { 2 2 "name": "release-image-generator", 3 - "version": "0.2.1", 3 + "version": "0.2.2", 4 4 "private": true, 5 5 "packageManager": "pnpm@9.6.0" 6 6 }