diff --git a/.changeset/long-carpets-cut.md b/.changeset/long-carpets-cut.md deleted file mode 100644 index bd37d3a741..0000000000 --- a/.changeset/long-carpets-cut.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/server": patch ---- - -🐛 fix repeat options and delayed maturity reminders diff --git a/.changeset/sunny-sites-shine.md b/.changeset/sunny-sites-shine.md deleted file mode 100644 index 6e5be18580..0000000000 --- a/.changeset/sunny-sites-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/server": patch ---- - -⬆️ upgrade bullmq diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index 171586fb67..f9dffc5876 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -1,5 +1,13 @@ # @exactly/server +## 0.2.106 + +### Patch Changes + +- [#1182](https://github.com/exactly/exa/pull/1182) [`06ff25e`](https://github.com/exactly/exa/commit/06ff25e0cd86c6c86f8f394a7e8e0d5d0da6f3f4) Thanks [@aguxez](https://github.com/aguxez)! - 🐛 fix repeat options and delayed maturity reminders + +- [#1182](https://github.com/exactly/exa/pull/1182) [`6a3bc08`](https://github.com/exactly/exa/commit/6a3bc08c4430c1cacdde793a75ca01b56769df53) Thanks [@aguxez](https://github.com/aguxez)! - ⬆️ upgrade bullmq + ## 0.2.105 ### Patch Changes diff --git a/server/package.json b/server/package.json index 0129a2d481..2397e356fc 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@exactly/server", - "version": "0.2.105", + "version": "0.2.106", "private": true, "scripts": { "build": "pkgroll --sourcemap --src . && sentry-cli sourcemaps inject -o exactly -p server dist",