diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac1564..544fff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.3.31] +## [0.3.32] +### Added +- New offers to user & to user's projects + + +## [0.3.31] - 2024.10.25 - 07c02ab98a09d293dd90d9289a7872e7d681d296 ### Changed - Onboarding messages about offers @@ -16,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Onboarding messages -## [0.3.29] +## [0.3.29] - 2024.10.09 - babd3832bdfe0c40eaa3869de1b41399a51713c1 ### Added - Invite for a contact to join immediately ### Changed @@ -26,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Uses Endorser.ch version 4.1.1 -## [0.3.28] +## [0.3.28] - 2024.09.30 - 84720b94049d29cc0ddd99c50cef2e7176130133 ### Added - Posting to nostr apps Trustroots & TripHopping - Display of providers on claim view page diff --git a/package-lock.json b/package-lock.json index 8fcfba2..921f444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.3.31", + "version": "0.3.32", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.3.31", + "version": "0.3.32", "dependencies": { "@dicebear/collection": "^5.4.1", "@dicebear/core": "^5.4.1", diff --git a/package.json b/package.json index e0f6a3e..c7d34db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.31-beta", + "version": "0.3.32", "scripts": { "dev": "vite", "serve": "vite preview",