bump version to 0.3.33

This commit is contained in:
2024-11-07 18:19:52 -07:00
parent bacf9d7de6
commit 7ef8263d49
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ 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.33]
### Fixed
- Affirm Delivery button on offer claim page didn't work.
## [0.3.32]
### Added
- New offers to user & to user's projects

View File

@@ -1,6 +1,6 @@
{
"name": "TimeSafari",
"version": "0.3.32",
"version": "0.3.33",
"scripts": {
"dev": "vite",
"serve": "vite preview",