瀏覽代碼

chore(release): publish new version

 - @standardnotes/home-server@1.11.4
standardci 2 年之前
父節點
當前提交
319bab5b34
共有 2 個文件被更改,包括 7 次插入1 次删除
  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.4](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.11.3...@standardnotes/home-server@1.11.4) (2023-06-13)
+
+### Bug Fixes
+
+* **home-server:** encapsulate starting the server with a result return ([90a4f21](https://github.com/standardnotes/server/commit/90a4f2111f9e050e5fb500261c3e43eacc5622e4))
+
 ## [1.11.3](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.11.2...@standardnotes/home-server@1.11.3) (2023-06-12)
 
 ### Bug Fixes

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

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