Browse Source

chore(release): publish new version

 - @standardnotes/home-server@1.11.10
standardci 2 years ago
parent
commit
b7615a7f2e
2 changed files with 7 additions and 1 deletions
  1. 6 0
      packages/home-server/CHANGELOG.md
  2. 1 1
      packages/home-server/package.json

+ 6 - 0
packages/home-server/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.11.10](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.11.9...@standardnotes/home-server@1.11.10) (2023-06-22)
+
+### Bug Fixes
+
+* **home-server:** pass the log stream callback before loggers are created ([1ca70c1](https://github.com/standardnotes/server/commit/1ca70c1e504257a3753203c0b5630db3d446d393))
+
 ## [1.11.9](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.11.8...@standardnotes/home-server@1.11.9) (2023-06-22)
 
 ### Bug Fixes

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

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