StandardNotes CI
2022-11-16 12:18:04 +00:00
parent 59f8547a8d
commit 943698d506
30 changed files with 87 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.
# [2.150.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.149.1...@standardnotes/snjs@2.150.0) (2022-11-16)
### Features
* **labs:** super editor ([#2001](https://github.com/standardnotes/app/issues/2001)) ([59f8547](https://github.com/standardnotes/app/commit/59f8547a8de1c804cb2f01ac734c83268977fa28))
## [2.149.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.149.0...@standardnotes/snjs@2.149.1) (2022-11-16)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.149.1",
"version": "2.150.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},