Skip to content

Commit

Permalink
chore(release): 🚀 1.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.14.0](v1.13.1...v1.14.0) (2024-05-02)

### Bug Fixes

* prevent verify page continuos re-rendering ([05e1a2f](05e1a2f))
* show session id on verification feedbacks ([4203ffc](4203ffc))

### Features

* on app starts remove sid and rud older than one day ([3af63c8](3af63c8))
  • Loading branch information
semantic-release-bot committed May 2, 2024
1 parent c737277 commit c750500
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.14.0](https://github.com/ForkbombEu/verifier/compare/v1.13.1...v1.14.0) (2024-05-02)


### Bug Fixes

* prevent verify page continuos re-rendering ([05e1a2f](https://github.com/ForkbombEu/verifier/commit/05e1a2f36d422520803aeb774e9771c921c9704e))
* show session id on verification feedbacks ([4203ffc](https://github.com/ForkbombEu/verifier/commit/4203ffc3ca406f148a309d7367ba94b7c8aea2d2))


### Features

* on app starts remove sid and rud older than one day ([3af63c8](https://github.com/ForkbombEu/verifier/commit/3af63c833d4a6d769c473ba9974329831823b274))

## [1.13.1](https://github.com/ForkbombEu/verifier/compare/v1.13.0...v1.13.1) (2024-04-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verifier",
"version": "1.13.1",
"version": "1.14.0",
"private": true,
"scripts": {
"dev": "vite dev --host",
Expand Down

0 comments on commit c750500

Please sign in to comment.