From 3dc6babfcae0e7de5ace833f47759da4ea449839 Mon Sep 17 00:00:00 2001 From: standardci Date: Tue, 11 Oct 2022 08:02:58 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/workspace-server@1.7.0 --- packages/workspace/CHANGELOG.md | 6 ++++++ packages/workspace/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/workspace/CHANGELOG.md b/packages/workspace/CHANGELOG.md index 0b791706c..a2274407d 100644 --- a/packages/workspace/CHANGELOG.md +++ b/packages/workspace/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.7.0](https://github.com/standardnotes/server/compare/@standardnotes/workspace-server@1.6.0...@standardnotes/workspace-server@1.7.0) (2022-10-11) + +### Features + +* **workspace:** accepting invitation ([ace2b69](https://github.com/standardnotes/server/commit/ace2b6936a104f3cfcad8f15d846e845917aa678)) + # [1.6.0](https://github.com/standardnotes/server/compare/@standardnotes/workspace-server@1.5.1...@standardnotes/workspace-server@1.6.0) (2022-10-11) ### Features diff --git a/packages/workspace/package.json b/packages/workspace/package.json index b0ae18102..aff772b07 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/workspace-server", - "version": "1.6.0", + "version": "1.7.0", "engines": { "node": ">=16.0.0 <17.0.0" },