diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index c6c9e6da1..838528d48 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.10.0](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.9.0...@standardnotes/auth-server@1.10.0) (2022-07-06) + +### Features + +* add sncryptio-node package ([60e8974](https://github.com/standardnotes/auth/commit/60e8974580d498e7edf80813c32268a8bf7eda39)) + # [1.9.0](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.8.0...@standardnotes/auth-server@1.9.0) (2022-07-06) ### Features diff --git a/packages/auth/package.json b/packages/auth/package.json index ae95179b3..b232ecce8 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.9.0", + "version": "1.10.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 51bf5acb7..6f0307f7a 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/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.5.0](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.4.0...@standardnotes/files-server@1.5.0) (2022-07-06) + +### Features + +* add sncryptio-node package ([60e8974](https://github.com/standardnotes/files/commit/60e8974580d498e7edf80813c32268a8bf7eda39)) + # [1.4.0](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.3.0...@standardnotes/files-server@1.4.0) (2022-07-06) ### Features diff --git a/packages/files/package.json b/packages/files/package.json index 5e626e7b0..a22b1fc81 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files-server", - "version": "1.4.0", + "version": "1.5.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/sncrypto-node/CHANGELOG.md b/packages/sncrypto-node/CHANGELOG.md index ae0dec8ba..0cde304f4 100644 --- a/packages/sncrypto-node/CHANGELOG.md +++ b/packages/sncrypto-node/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.0 (2022-07-06) + +### Features + +* add sncryptio-node package ([60e8974](https://github.com/standardnotes/server/commit/60e8974580d498e7edf80813c32268a8bf7eda39)) + ## [1.8.4](https://github.com/standardnotes/snjs/compare/@standardnotes/sncrypto-node@1.8.3...@standardnotes/sncrypto-node@1.8.4) (2022-07-04) ### Bug Fixes diff --git a/packages/sncrypto-node/package.json b/packages/sncrypto-node/package.json index 7b373aca3..4164321ac 100644 --- a/packages/sncrypto-node/package.json +++ b/packages/sncrypto-node/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/sncrypto-node", - "version": "1.9.0", + "version": "1.10.0", "engines": { "node": ">=16.0.0 <17.0.0" },