From 786665e84e4a1572cedee2730dadb3824ba95d58 Mon Sep 17 00:00:00 2001 From: Michael Dausmann Date: Mon, 19 Feb 2024 02:57:35 +1100 Subject: [PATCH] version 1.4.3 changelog --- .gitignore | 1 + CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cdb00c4..8ff05ce 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ node_modules .env dist junk +.DS_Store diff --git a/CHANGELOG.md b/CHANGELOG.md index e976107..96f4f54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## Version 1.4.3 +### Update All Dependencies to latest +- openai (3.3.0 -> 4.28.0) +- superjson (1.12.2 -> 2.2.1) +- node types (18.15.11 -> 20.11.19) +- stripe lib (11.12.0 -> 14.17.0) +- stripe api version (2022-11-15 -> 2023-10-16) +- cookie consent (2.9.2 -> 3.0.0) +- daisyui (2.51.5 -> 4.7.2) +- vitest (0.33.0 -> 1.3.0) +- other minor and patch versions + + ## Version 1.4.2 - Added Favicons and web manifest and referenced in nuxt.config (I used https://favicon.io/favicon-converter/ to generate the icon assets, seems to work well) - Added patch folder to hold patch files, should make it easier to update repos based on earlier versions diff --git a/package-lock.json b/package-lock.json index 89bc924..7c01d37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supanuxt-saas", - "version": "1.4.2", + "version": "1.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "supanuxt-saas", - "version": "1.4.2", + "version": "1.4.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3a50625..4fea796 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supanuxt-saas", - "version": "1.4.2", + "version": "1.4.3", "author": { "name": "Michael Dausmann", "email": "mdausmann@gmail.com",