Selaa lähdekoodia

chore(release): publish new version

 - @standardnotes/scheduler-server@1.14.0
standardci 2 vuotta sitten
vanhempi
commit
ffb6bfd0c9
2 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  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.14.0](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.13.37...@standardnotes/scheduler-server@1.14.0) (2022-12-07)
+
+### Features
+
+* **scheduler:** add scheduled emails contents ([6e0855f](https://github.com/standardnotes/server/commit/6e0855f9b32c230c9ad5594fb6af6dd460300fc1))
+
 ## [1.13.37](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.13.36...@standardnotes/scheduler-server@1.13.37) (2022-12-07)
 
 **Note:** Version bump only for package @standardnotes/scheduler-server

+ 1 - 1
packages/scheduler/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@standardnotes/scheduler-server",
-  "version": "1.13.37",
+  "version": "1.14.0",
   "engines": {
     "node": ">=18.0.0 <19.0.0"
   },