StandardNotes CI
2023-02-02 14:10:42 +00:00
parent 999119d292
commit 361c75502e
31 changed files with 91 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.
# [3.145.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.144.5...@standardnotes/web@3.145.0) (2023-02-02)
### Features
* Added language selection dropdown in Super when cursor is in a code block ([0785ea6](https://github.com/standardnotes/app/commit/0785ea6531a2d76001b9111f97df6cdd2077af5a))
## [3.144.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.144.4...@standardnotes/web@3.144.5) (2023-02-02)
### Bug Fixes

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.145.0",
"title": "[3.145.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.144.5...@standardnotes/web@3.145.0) (2023-02-02)",
"date": null,
"body": "### Features\n\n* Added language selection dropdown in Super when cursor is in a code block ([0785ea6](https://github.com/standardnotes/app/commit/0785ea6531a2d76001b9111f97df6cdd2077af5a))",
"parsed": {
"_": [
"Added language selection dropdown in Super when cursor is in a code block (0785ea6)"
],
"Features": [
"Added language selection dropdown in Super when cursor is in a code block (0785ea6)"
]
}
},
{
"version": "3.144.5",
"title": "[3.144.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.144.4...@standardnotes/web@3.144.5) (2023-02-02)",

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web",
"version": "3.144.5",
"version": "3.145.0",
"license": "AGPL-3.0-or-later",
"main": "dist/app.js",
"author": "Standard Notes.",