diff --git a/CHANGELOG.md b/CHANGELOG.md index cf32933..5cf1bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.8] - 2023.12.27 +### Added +- DB logging for service-worker events +- Help page for notifications +- Test notification & web-push triggers inside app +- Check that the app is installed +### Fixed +- Project issuer display name + + ## [0.1.7] - 2023.12.19 - 91c6c7c11c71f96006cc876fc946f1f98a274ba2 ### Changed - Icons diff --git a/README.md b/README.md index 1af02c3..5f11e1e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you are deploying in a subdirectory, add it to `publicPath` in vue.config.js, * Update the CHANGELOG.md & the version in package.json, run `npm install`, and commit. -* Tag wth the new version: `git tag 0.1.0`. +* [Tag wth the new version.](https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/releases) * If production, change src/constants/app.ts DEFAULT_*_SERVER to be "PROD" and package.json to remove "_Test". diff --git a/package-lock.json b/package-lock.json index f3b657d..cabc147 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "TimeSafari", - "version": "0.1.8-beta", + "name": "TimeSafari_Test", + "version": "0.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "TimeSafari", - "version": "0.1.8-beta", + "name": "TimeSafari_Test", + "version": "0.1.8", "dependencies": { "@ethersproject/hdnode": "^5.7.0", "@fortawesome/fontawesome-svg-core": "^6.4.2", diff --git a/package.json b/package.json index 1d35ad2..fb988db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari_Test", - "version": "0.1.8-beta", + "version": "0.1.8", "private": true, "scripts": { "serve": "vue-cli-service serve",