From fbd535f2c5fcd9abf1939f28e70dc11879eeb928 Mon Sep 17 00:00:00 2001 From: standardci Date: Tue, 17 Jan 2023 13:18:05 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.82.0 --- packages/auth/CHANGELOG.md | 6 ++++++ packages/auth/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 4139ade9e..01bc39ca7 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.82.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.81.11...@standardnotes/auth-server@1.82.0) (2023-01-17) + +### Features + +* super editor permissions migration ([#414](https://github.com/standardnotes/server/issues/414)) ([7d45667](https://github.com/standardnotes/server/commit/7d456671c2b234f6570261b84d67fc3468cbc654)) + ## [1.81.11](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.81.10...@standardnotes/auth-server@1.81.11) (2023-01-17) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index a669e2cf6..82e36a2f3 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.81.11", + "version": "1.82.0", "engines": { "node": ">=18.0.0 <19.0.0" },