chore(release): publish new version

- @standardnotes/scheduler-server@1.14.1
This commit is contained in:
standardci 2022-12-07 11:25:27 +00:00
parent c52bb93d79
commit d660721f95
No known key found for this signature in database
GPG key ID: 1A7D0B3D41E92814
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

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