From 6f43726a3b2b5789ca371ea0ed3371c0cee2d776 Mon Sep 17 00:00:00 2001 From: standardci Date: Wed, 12 Oct 2022 13:22:13 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/workspace-server@1.13.1 --- 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 5ca0bdf08..9da2979db 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.13.1](https://github.com/standardnotes/server/compare/@standardnotes/workspace-server@1.13.0...@standardnotes/workspace-server@1.13.1) (2022-10-12) + +### Bug Fixes + +* **workspace:** add workspace to workspace user foreign keys ([4f6a2a8](https://github.com/standardnotes/server/commit/4f6a2a83d3d7b57d176e169f33780730eeae6919)) + # [1.13.0](https://github.com/standardnotes/server/compare/@standardnotes/workspace-server@1.12.0...@standardnotes/workspace-server@1.13.0) (2022-10-12) ### Features diff --git a/packages/workspace/package.json b/packages/workspace/package.json index 24999c17c..97779610a 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/workspace-server", - "version": "1.13.0", + "version": "1.13.1", "engines": { "node": ">=16.0.0 <17.0.0" },