StandardNotes CI
2022-10-25 18:11:35 +00:00
parent d9db73ea05
commit 189d70c1b6
24 changed files with 70 additions and 12 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.144.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.144.0...@standardnotes/snjs@2.144.1) (2022-10-25)
### Bug Fixes
* on mobile open links from editor in external browser ([#1860](https://github.com/standardnotes/app/issues/1860)) ([d9db73e](https://github.com/standardnotes/app/commit/d9db73ea056e2e6e2bde8e0c1de4a7090984ae9a))
# [2.144.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.143.3...@standardnotes/snjs@2.144.0) (2022-10-25)
### Features

View File

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