Skip to content

Commit

Permalink
chore(release): 🔖 v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Nov 24, 2023
1 parent 96ee06e commit c8f1b26
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"zeroize",
"zeroizing"
],
"conventionalCommits.scopes": ["deps"],
"conventionalCommits.scopes": ["deps", "release"],
"typescript.tsdk": "node_modules/typescript/lib"
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ All notable changes to this project will be documented in this file.
- :sparkles: Allow user setting password to the keys.
- :sparkles: Refresh SignView.
- :bug: Complete signing feature and start working on verifying.
- :rocket: Finish main functions.

### Miscellaneous Tasks

Expand Down
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ commit_parsers = [
{ message = "^refactor", group = "Refactor" },
{ message = "^style", group = "Styling" },
{ message = "^test", group = "Testing" },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore\\(release\\)", skip = true },
{ message = "^chore\\(deps\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "digital-signature",
"private": true,
"version": "0.1.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "run-p check build-only",
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Jisu-Woniu"]
edition = "2021"
license = "MIT"
repository = "https://github.com/Jisu-Woniu/digital-signature/"
version = "0.1.0"
version = "1.0.0"

[package]
name = "digital-signature"
Expand All @@ -30,7 +30,7 @@ tokio = { version = "1.34.0", features = ["fs"] }

[dependencies.digital-signature-crypto]
path = "crypto"
version = "0.1.0"
version = "1.0.0"

[dependencies.tauri]
features = [
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Tauri.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ withGlobalTauri = false

[package]
productName = "digital-signature"
version = "0.1.0"
version = "1.0.0"

[tauri]

Expand Down

0 comments on commit c8f1b26

Please sign in to comment.