Release 1.0.0 (#1)

This commit is contained in:
Steven Stallion 2025-03-11 15:19:27 -05:00 committed by GitHub
parent d629cb3633
commit e5fb073db2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 6 deletions

View file

@ -7,4 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
[Unreleased]: https://github.com/sstallion/obsidian-command-line/compare/TODO...HEAD
## [1.0.0] - 2025-03-11
Initial release
[Unreleased]: https://github.com/sstallion/obsidian-command-line/compare/1.0.0...HEAD
[1.0.0]: https://github.com/sstallion/obsidian-command-line/releases/tag/1.0.0

View file

@ -1,7 +1,7 @@
{
"id": "command-line",
"name": "Command Line",
"version": "0.0.0",
"version": "1.0.0",
"minAppVersion": "1.8.0",
"description": "Copy command lines from your notes to the clipboard.",
"author": "Steven Stallion",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-command-line",
"version": "0.0.0",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-command-line",
"version": "0.0.0",
"version": "1.0.0",
"license": "BSD-2-Clause",
"devDependencies": {
"@hyrious/esbuild-plugin-http": "^0.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-command-line",
"version": "0.0.0",
"version": "1.0.0",
"license": "BSD-2-Clause",
"scripts": {
"install-hooks": "simple-git-hooks",

View file

@ -1 +1,3 @@
{}
{
"1.0.0": "1.8.0"
}