Kaynağa Gözat

Merge branch 'develop' of github.com:standardnotes/server into develop

Karol Sójko 3 yıl önce
ebeveyn
işleme
143b215ddc

+ 6 - 0
packages/scheduler/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.1.0-alpha.6](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.1.0-alpha.5...@standardnotes/scheduler-server@1.1.0-alpha.6) (2022-06-22)
+
+### Bug Fixes
+
+* build the app before packagin into a Docker image ([e8d1362](https://github.com/standardnotes/server/commit/e8d13627f807e71bd3777595137a6f1ecd43c5ed))
+
 # [1.1.0-alpha.5](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.1.0-alpha.4...@standardnotes/scheduler-server@1.1.0-alpha.5) (2022-06-21)
 
 ### Bug Fixes

+ 1 - 1
packages/scheduler/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@standardnotes/scheduler-server",
-  "version": "1.1.0-alpha.5",
+  "version": "1.1.0-alpha.6",
   "engines": {
     "node": ">=16.0.0 <17.0.0"
   },