StandardNotes CI
2023-11-30 10:00:49 +00:00
parent 018e18e6e3
commit 83be764f69
31 changed files with 90 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.203.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.203.0...@standardnotes/snjs@2.203.1) (2023-11-30)
### Bug Fixes
* Fixed issue on Android where deprecated editors wouldn't load ([b89d9af](https://github.com/standardnotes/app/commit/b89d9af7dbe4213394b746574653a7278823872d))
# [2.203.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.113...@standardnotes/snjs@2.203.0) (2023-11-29)
### Features

View File

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