浏览代码

chore(release): publish new version

 - @standardnotes/home-server@1.11.7
standardci 2 年之前
父节点
当前提交
95aac1a7bf
共有 2 个文件被更改,包括 8 次插入1 次删除
  1. 7 0
      packages/home-server/CHANGELOG.md
  2. 1 1
      packages/home-server/package.json

+ 7 - 0
packages/home-server/CHANGELOG.md

@@ -3,6 +3,13 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [1.11.7](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.11.6...@standardnotes/home-server@1.11.7) (2023-06-22)
+
+### Bug Fixes
+
+* **home-server:** add default log level to overrides ([c078bc9](https://github.com/standardnotes/server/commit/c078bc958d96e856f6e607406d5d817d422572fb))
+* **home-server:** add log leve information to starting the home server information ([49c2792](https://github.com/standardnotes/server/commit/49c27924eafa50c164854946053fd95e6429df9e))
+
 ## [1.11.6](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.11.5...@standardnotes/home-server@1.11.6) (2023-06-16)
 
 ### Bug Fixes

+ 1 - 1
packages/home-server/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@standardnotes/home-server",
-  "version": "1.11.6",
+  "version": "1.11.7",
   "engines": {
     "node": ">=18.0.0 <21.0.0"
   },