Bläddra i källkod

chore(release): publish new version

 - @standardnotes/home-server@1.11.6
standardci 2 år sedan
förälder
incheckning
c9dd8e7338
2 ändrade filer med 7 tillägg och 1 borttagningar
  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.6](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.11.5...@standardnotes/home-server@1.11.6) (2023-06-16)
+
+### Bug Fixes
+
+* **home-server:** unref the server instance when stopping the home server ([5ef90cc](https://github.com/standardnotes/server/commit/5ef90cc75b44133bf8065ce16f36d5b347c68122))
+
 ## [1.11.5](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.11.4...@standardnotes/home-server@1.11.5) (2023-06-14)
 
 ### Bug Fixes

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

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