From 39f2fe2ba164fbf88304358dac9998d5d42b4181 Mon Sep 17 00:00:00 2001 From: standardci Date: Fri, 9 Jun 2023 06:13:41 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.119.0 - @standardnotes/home-server@1.11.0 --- packages/auth/CHANGELOG.md | 6 ++++++ packages/auth/package.json | 2 +- packages/home-server/CHANGELOG.md | 6 ++++++ packages/home-server/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index efe2c036d..47c7f75ae 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.119.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.118.0...@standardnotes/auth-server@1.119.0) (2023-06-09) + +### Features + +* **home-server:** add activating premium features ([#624](https://github.com/standardnotes/server/issues/624)) ([72ce190](https://github.com/standardnotes/server/commit/72ce1909960fbd2ec6a47b8dbdfbe53a4f10e776)) + # [1.118.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.117.0...@standardnotes/auth-server@1.118.0) (2023-06-07) ### Features diff --git a/packages/auth/package.json b/packages/auth/package.json index 241051651..d3743f1a0 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.118.0", + "version": "1.119.0", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/home-server/CHANGELOG.md b/packages/home-server/CHANGELOG.md index 916e5160e..a5f43c435 100644 --- a/packages/home-server/CHANGELOG.md +++ b/packages/home-server/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.11.0](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.10.0...@standardnotes/home-server@1.11.0) (2023-06-09) + +### Features + +* **home-server:** add activating premium features ([#624](https://github.com/standardnotes/server/issues/624)) ([72ce190](https://github.com/standardnotes/server/commit/72ce1909960fbd2ec6a47b8dbdfbe53a4f10e776)) + # [1.10.0](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.9.0...@standardnotes/home-server@1.10.0) (2023-06-07) ### Features diff --git a/packages/home-server/package.json b/packages/home-server/package.json index f36f34033..e427ebaa4 100644 --- a/packages/home-server/package.json +++ b/packages/home-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/home-server", - "version": "1.10.0", + "version": "1.11.0", "engines": { "node": ">=18.0.0 <21.0.0" },