Skip to content

Commit

Permalink
ensure electron package.json version in line with latest release (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Polinsky <[email protected]>
  • Loading branch information
ben-polinsky and ben-polinsky authored Nov 13, 2023
1 parent 3be0560 commit 022b04c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "ensure electron package.json version in line with latest release",
"packageName": "@itwin/electron-authorization",
"email": "[email protected]",
"dependentChangeType": "none"
}

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/electron-authorization",
"version": "0.15.0",
"version": "0.16.0",
"description": "Electron authorization client for iTwin platform",
"exports": {
"./Main": {
Expand Down

0 comments on commit 022b04c

Please sign in to comment.