StandardNotes CI
2023-02-01 16:22:51 +00:00
parent 039f04c10f
commit 72a86da7f8
31 changed files with 98 additions and 15 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.16.3](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.16.2...@standardnotes/blocks-editor@1.16.3) (2023-02-01)
### Bug Fixes
* Fixed issue where converting to Super would result in empty note ([cf4e348](https://github.com/standardnotes/app/commit/cf4e34858fcb898199ed102194d2d068c7d1d2db))
## [1.16.2](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.16.1...@standardnotes/blocks-editor@1.16.2) (2023-02-01)
**Note:** Version bump only for package @standardnotes/blocks-editor

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/blocks-editor",
"version": "1.16.2",
"version": "1.16.3",
"private": true,
"main": "./src/index.ts",
"scripts": {