Skip to content

Commit bc2a1ee

Browse files
committed
chore(release): 2.7.13 [skip ci]
1 parent 239a175 commit bc2a1ee

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.7.13](https://github.com/salesforcecli/plugin-auth/compare/2.7.12...2.7.13) (2023-04-24)
2+
3+
4+
### Bug Fixes
5+
6+
* add ts strict null checks ([#677](https://github.com/salesforcecli/plugin-auth/issues/677)) ([239a175](https://github.com/salesforcecli/plugin-auth/commit/239a1757211cc578a04beac9317a031b8007c447))
7+
8+
9+
110
## [2.7.12](https://github.com/salesforcecli/plugin-auth/compare/2.7.11...2.7.12) (2023-04-07)
211

312

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-auth",
33
"description": "plugin for sfdx auth commands",
4-
"version": "2.7.12",
4+
"version": "2.7.13",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"main": "lib/index.js",
@@ -238,4 +238,4 @@
238238
"output": []
239239
}
240240
}
241-
}
241+
}

0 commit comments

Comments
 (0)