From 905b9f33392d49cb1f9bf2b02ff343c44531b782 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Mon, 11 Sep 2023 09:37:27 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/simple-task-editor@1.5.8 --- packages/org.standardnotes.simple-task-editor/CHANGELOG.md | 6 ++++++ packages/org.standardnotes.simple-task-editor/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/org.standardnotes.simple-task-editor/CHANGELOG.md b/packages/org.standardnotes.simple-task-editor/CHANGELOG.md index e8d2a89..19d1eac 100644 --- a/packages/org.standardnotes.simple-task-editor/CHANGELOG.md +++ b/packages/org.standardnotes.simple-task-editor/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.5.8](https://github.com/standardnotes/plugins/compare/@standardnotes/simple-task-editor@1.5.7...@standardnotes/simple-task-editor@1.5.8) (2023-09-11) + +### Bug Fixes + +* simple task editor task min-height ([18edfe6](https://github.com/standardnotes/plugins/commit/18edfe61f01e29851b35b692c16879d8aa41a491)) + ## [1.5.7](https://github.com/standardnotes/plugins/compare/@standardnotes/simple-task-editor@1.5.6...@standardnotes/simple-task-editor@1.5.7) (2022-11-04) **Note:** Version bump only for package @standardnotes/simple-task-editor diff --git a/packages/org.standardnotes.simple-task-editor/package.json b/packages/org.standardnotes.simple-task-editor/package.json index 8d1b36f..26ace0a 100644 --- a/packages/org.standardnotes.simple-task-editor/package.json +++ b/packages/org.standardnotes.simple-task-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/simple-task-editor", - "version": "1.5.7", + "version": "1.5.8", "publishConfig": { "access": "public" },