mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 04:17:19 +00:00
chore: release v0.1.6
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<p align="center">A beautiful, elegant theme for <a href="https://netnewswire.com/">NetNewsWire RSS reader</a>.</p>
|
<p align="center">A beautiful, elegant theme for <a href="https://netnewswire.com/">NetNewsWire RSS reader</a>.</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/ChangJun2019/elegant-nnw/releases/download/v0.1.5/Elegant.nnwtheme.zip" alt="install theme">
|
<a href="https://github.com/ChangJun2019/elegant-nnw/releases/download/v0.1.6/Elegant.nnwtheme.zip" alt="install theme">
|
||||||
<img src="https://img.shields.io/badge/elegant--theme-downloads-00dd83" alt="install theme to NetNewsWire"></img>
|
<img src="https://img.shields.io/badge/elegant--theme-downloads-00dd83" alt="install theme to NetNewsWire"></img>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "elegant-nnw",
|
"name": "elegant-nnw",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"packageManager": "pnpm@8.5.0",
|
"packageManager": "pnpm@8.5.0",
|
||||||
"description": "Elegant theme for NetNewsWire",
|
"description": "Elegant theme for NetNewsWire",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -21,7 +21,11 @@
|
|||||||
"dev": "NODE_ENV=development unocss --watch",
|
"dev": "NODE_ENV=development unocss --watch",
|
||||||
"build": "NODE_ENV=production unocss --minify && esno ./scripts/build",
|
"build": "NODE_ENV=production unocss --minify && esno ./scripts/build",
|
||||||
"fix": "stylelint \"**/*.css\"",
|
"fix": "stylelint \"**/*.css\"",
|
||||||
"release": "bumpp --commit --tag --push"
|
"release": "bumpp --commit --tag --push",
|
||||||
|
"releaseLog": "pnpm run release && changelogithub"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"changelogithub": "link:../cchangelogithub"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^0.38.5",
|
"@antfu/eslint-config": "^0.38.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user