瀏覽代碼

chore(release): publish new version

 - @standardnotes/auth-server@1.13.0
standardci 3 年之前
父節點
當前提交
2f4977be63
共有 2 個文件被更改,包括 7 次插入1 次删除
  1. 6 0
      packages/auth/CHANGELOG.md
  2. 1 1
      packages/auth/package.json

+ 6 - 0
packages/auth/CHANGELOG.md

@@ -3,6 +3,12 @@
 All notable changes to this project will be documented in this file.
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
 
+# [1.13.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.12.2...@standardnotes/auth-server@1.13.0) (2022-07-29)
+
+### Features
+
+* **auth:** remove crypto-random-string in favour of @standardnotes/sncrypto-node ([35f931a](https://github.com/standardnotes/server/commit/35f931a708c7fead65fd40a9b4214a223831a5dc))
+
 ## [1.12.2](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.12.1...@standardnotes/auth-server@1.12.2) (2022-07-29)
 ## [1.12.2](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.12.1...@standardnotes/auth-server@1.12.2) (2022-07-29)
 
 
 **Note:** Version bump only for package @standardnotes/auth-server
 **Note:** Version bump only for package @standardnotes/auth-server

+ 1 - 1
packages/auth/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@standardnotes/auth-server",
   "name": "@standardnotes/auth-server",
-  "version": "1.12.2",
+  "version": "1.13.0",
   "engines": {
   "engines": {
     "node": ">=16.0.0 <17.0.0"
     "node": ">=16.0.0 <17.0.0"
   },
   },