Browse Source

chore(release): publish

 - @standardnotes/scheduler-server@1.1.0-alpha.5
Karol Sójko 3 years ago
parent
commit
94e84a2539
2 changed files with 7 additions and 1 deletions
  1. 6 0
      packages/scheduler/CHANGELOG.md
  2. 1 1
      packages/scheduler/package.json

+ 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.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
+
+* dockerfile entrypoint and cmd ([263dc8a](https://github.com/standardnotes/server/commit/263dc8a98dd42377c1a6dccf24e6b004eee1893f))
+
 # [1.1.0-alpha.4](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.1.0-alpha.3...@standardnotes/scheduler-server@1.1.0-alpha.4) (2022-06-21)
 
 ### Bug Fixes

+ 1 - 1
packages/scheduler/package.json

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