We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49da475 + f899021 commit b7f7d08Copy full SHA for b7f7d08
README.md
@@ -49,6 +49,7 @@ yarn dev
49
- [x] Multiple services
50
- [ ] Invoice reminder
51
- [ ] Invoice expression
52
+- [ ] Dark theme (optional)
53
54
[web-store-url]: https://chrome.google.com/webstore/detail/invoice-generator/obdabdocagpfclncklefebhhgggkbbnk 'Invoice generator Web Store'
55
[screenshot-01-url]: https://github.com/risoflora/invoice-generator/raw/main/contrib/screenshot-01.png 'Invoice generator'
package.json
@@ -2,7 +2,7 @@
2
"name": "invoice-generator",
3
"description": "Invoice generator",
4
"license": "MIT",
5
- "version": "3.0.1",
+ "version": "3.0.2",
6
"private": true,
7
"scripts": {
8
"dev": "tsc && vite build --watch",
0 commit comments