Browse Source

chore(release): publish new version

 - @standardnotes/scheduler-server@1.14.1
standardci 2 years ago
parent
commit
d660721f95
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.14.1](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.14.0...@standardnotes/scheduler-server@1.14.1) (2022-12-07)
+
+### Bug Fixes
+
+* **scheduler:** importing email contents ([c52bb93](https://github.com/standardnotes/server/commit/c52bb93d794447f04d3ea173f0aac9f26e4eba20))
+
 # [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

+ 1 - 1
packages/scheduler/package.json

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