1.4.0 readme and changelog

This commit is contained in:
Michael Dausmann
2023-09-13 20:25:37 +10:00
parent 72c7002698
commit a64bdc19ab
4 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## Version 1.4.0
- Cookie Consent
```npm i vanilla-cookieconsent```
## Version 1.3.0
- Add an example of usage limits (Notes AI Gen).
- Includes non-destructive schema changes

View File

@@ -77,6 +77,9 @@ Discord [here](https://discord.gg/3hWPDTA4kD)
- [x] Toasts for things like reset email sent
- [x] Modals, just because people like modals
### GDPR
- [x] Cookie Consent
### Demo Software (Notes)
- [x] Simple Text based Notes functionality
- [x] Read only Notes Dashboard

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "supanuxt-saas",
"version": "1.3.0",
"version": "1.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "supanuxt-saas",
"version": "1.3.0",
"version": "1.4.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "supanuxt-saas",
"version": "1.3.0",
"version": "1.4.0",
"author": {
"name": "Michael Dausmann",
"email": "mdausmann@gmail.com",