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.
## [1.31.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.31.0...@standardnotes/models@1.31.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))
# [1.31.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.30.0...@standardnotes/models@1.31.0) (2022-10-25)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/models",
"version": "1.31.0",
"version": "1.31.1",
"engines": {
"node": ">=16.0.0 <17.0.0"
},