From 38de2d6b30fd00ca65124b4eac8c22ef45acab66 Mon Sep 17 00:00:00 2001 From: standardci Date: Wed, 17 Aug 2022 06:53:26 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.20.1 - @standardnotes/scheduler-server@1.10.10 --- packages/auth/CHANGELOG.md | 6 ++++++ packages/auth/package.json | 2 +- packages/scheduler/CHANGELOG.md | 6 ++++++ packages/scheduler/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 2deebc745..075e54886 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.20.1](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.20.0...@standardnotes/auth-server@1.20.1) (2022-08-17) + +### Bug Fixes + +* **scheduler:** change discount from 10% to 20% on a limited time offer ([4b3de26](https://github.com/standardnotes/server/commit/4b3de264efc4fffb2603181c158cddb25c4ed4a9)) + # [1.20.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.19.1...@standardnotes/auth-server@1.20.0) (2022-08-15) ### Features diff --git a/packages/auth/package.json b/packages/auth/package.json index 6fc7969c7..f8e386315 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.20.0", + "version": "1.20.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/scheduler/CHANGELOG.md b/packages/scheduler/CHANGELOG.md index 8966a5f58..6ae0cb2b4 100644 --- a/packages/scheduler/CHANGELOG.md +++ b/packages/scheduler/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.10.10](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.10.9...@standardnotes/scheduler-server@1.10.10) (2022-08-17) + +### Bug Fixes + +* **scheduler:** change discount from 10% to 20% on a limited time offer ([4b3de26](https://github.com/standardnotes/server/commit/4b3de264efc4fffb2603181c158cddb25c4ed4a9)) + ## [1.10.9](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.10.8...@standardnotes/scheduler-server@1.10.9) (2022-08-15) **Note:** Version bump only for package @standardnotes/scheduler-server diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index 962683bb6..e968bf157 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/scheduler-server", - "version": "1.10.9", + "version": "1.10.10", "engines": { "node": ">=16.0.0 <17.0.0" },