Browse Source

chore(release): publish

 - @standardnotes/scheduler-server@1.1.0-alpha.0
standardci 3 years ago
parent
commit
c6a498bfd4
2 changed files with 18 additions and 1 deletions
  1. 17 0
      packages/scheduler/CHANGELOG.md
  2. 1 1
      packages/scheduler/package.json

+ 17 - 0
packages/scheduler/CHANGELOG.md

@@ -0,0 +1,17 @@
+# Change Log
+
+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.0 (2022-06-20)
+
+### Bug Fixes
+
+* add dev release workflow for scheduler ([24a4cc7](https://github.com/standardnotes/server/commit/24a4cc79ae44d436581efa42dd4c3162014fbe4c))
+* missing async ([e6295ed](https://github.com/standardnotes/server/commit/e6295ed76425842d871081fbb23783e29ae3563e))
+* package dependencies setup ([ebcd69b](https://github.com/standardnotes/server/commit/ebcd69bdae6a0391416b4caa95f052fef1cc2057))
+* starting scheduler ([b6b06ac](https://github.com/standardnotes/server/commit/b6b06acce507af466a3384ab8fb888870b2c20b8))
+
+### Features
+
+* add scheduler server ([e197908](https://github.com/standardnotes/server/commit/e197908a56fccc7be4544431f8912e398c0cef99))

+ 1 - 1
packages/scheduler/package.json

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