Skip to content

Commit

Permalink
Bump napi version to 1.0.0 (#1083)
Browse files Browse the repository at this point in the history
## Type of change
    - [ ] Bug fix
    - [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
    - [ ] Build/deploy pipeline (DevOps)
    - [X] Other

    ## Objective
    Automated napi version bump to 1.0.0
  • Loading branch information
bitwarden-devops-bot authored Sep 25, 2024
1 parent ae2a7c0 commit 4d5b713
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/bitwarden-napi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitwarden-napi"
version = "0.3.1"
version = "1.0.0"
description = """
N-API bindings for the Bitwarden Secrets Manager SDK
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden-napi/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitwarden/sdk-napi-darwin-arm64",
"version": "0.3.1",
"version": "1.0.0",
"homepage": "https://github.com/bitwarden/sdk#readme",
"bugs": {
"url": "https://github.com/bitwarden/sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden-napi/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitwarden/sdk-napi-darwin-x64",
"version": "0.3.1",
"version": "1.0.0",
"homepage": "https://github.com/bitwarden/sdk#readme",
"bugs": {
"url": "https://github.com/bitwarden/sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden-napi/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitwarden/sdk-napi-linux-x64-gnu",
"version": "0.3.1",
"version": "1.0.0",
"homepage": "https://github.com/bitwarden/sdk#readme",
"bugs": {
"url": "https://github.com/bitwarden/sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden-napi/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitwarden/sdk-napi-win32-x64-msvc",
"version": "0.3.1",
"version": "1.0.0",
"homepage": "https://github.com/bitwarden/sdk#readme",
"bugs": {
"url": "https://github.com/bitwarden/sdk/issues"
Expand Down
4 changes: 2 additions & 2 deletions crates/bitwarden-napi/package-lock.json

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

2 changes: 1 addition & 1 deletion crates/bitwarden-napi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitwarden/sdk-napi",
"version": "0.3.1",
"version": "1.0.0",
"homepage": "https://github.com/bitwarden/sdk#readme",
"bugs": {
"url": "https://github.com/bitwarden/sdk/issues"
Expand Down

0 comments on commit 4d5b713

Please sign in to comment.