From a8cfe2363e1cf3e8d57c5d2fce3e8410b419df60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:19:03 +0000 Subject: [PATCH] chore(main): release 3.1.8 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e96c72..75840be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.1.8](https://github.com/aeternity/tipping-community-backend/compare/v3.1.7...v3.1.8) (2024-07-12) + + +### Bug Fixes + +* **notifications:** adds index to also deduplicate notifications without source ([3694a23](https://github.com/aeternity/tipping-community-backend/commit/3694a234593455acab4c53fe6021d3acac85be86)) + + +### Testing + +* **notifications:** adjusts testing data to not conflict in db anymore ([dc5fc6c](https://github.com/aeternity/tipping-community-backend/commit/dc5fc6c6d6c009e622d339d935ed9c5c9854eebe)) + ## [3.1.7](https://github.com/aeternity/tipping-community-backend/compare/v3.1.6...v3.1.7) (2024-05-08) diff --git a/package-lock.json b/package-lock.json index 8091a9de..f9807a34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tipping-community-backend", - "version": "3.1.7", + "version": "3.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tipping-community-backend", - "version": "3.1.7", + "version": "3.1.8", "license": "ISC", "dependencies": { "@aeternity/aepp-calldata": "^1.7.0", diff --git a/package.json b/package.json index c40919bf..26975722 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tipping-community-backend", - "version": "3.1.7", + "version": "3.1.8", "description": "", "main": "bin/www.js", "prepare": "husky install",