mirror of
https://github.com/sstallion/obsidian-command-line.git
synced 2026-07-22 05:42:07 +00:00
Release 1.2.0 (#16)
This commit is contained in:
parent
23468acf87
commit
bedf1e7f93
5 changed files with 10 additions and 6 deletions
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.2.0] - 2025-03-28
|
||||
|
||||
### Changed
|
||||
|
||||
- Added `command-line` as an alternative to highlighted languages
|
||||
|
|
@ -27,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/sstallion/obsidian-command-line/compare/1.1.1...HEAD
|
||||
[Unreleased]: https://github.com/sstallion/obsidian-command-line/compare/1.2.0...HEAD
|
||||
[1.2.0]: https://github.com/sstallion/obsidian-command-line/releases/tag/1.2.0
|
||||
[1.1.1]: https://github.com/sstallion/obsidian-command-line/releases/tag/1.1.1
|
||||
[1.1.0]: https://github.com/sstallion/obsidian-command-line/releases/tag/1.1.0
|
||||
[1.0.0]: https://github.com/sstallion/obsidian-command-line/releases/tag/1.0.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "command-line",
|
||||
"name": "Command Line",
|
||||
"version": "1.1.1",
|
||||
"version": "1.2.0",
|
||||
"minAppVersion": "1.8.0",
|
||||
"description": "Copy command lines from your notes to the clipboard.",
|
||||
"author": "Steven Stallion",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-command-line",
|
||||
"version": "1.1.1",
|
||||
"version": "1.2.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-command-line",
|
||||
"version": "1.1.1",
|
||||
"version": "1.2.0",
|
||||
"license": "BSD-2-Clause",
|
||||
"devDependencies": {
|
||||
"@hyrious/esbuild-plugin-http": "^0.1.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-command-line",
|
||||
"version": "1.1.1",
|
||||
"version": "1.2.0",
|
||||
"license": "BSD-2-Clause",
|
||||
"scripts": {
|
||||
"install-hooks": "simple-git-hooks",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"1.0.0": "1.8.0",
|
||||
"1.1.0": "1.8.0",
|
||||
"1.1.1": "1.8.0"
|
||||
"1.1.1": "1.8.0",
|
||||
"1.2.0": "1.8.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue