Skip to content

Commit 0075376

Browse files
Bump version (#68)
* bump version
1 parent 264f830 commit 0075376

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ a0checkmate
8080

8181
Follow the interactive prompts to get started.
8282

83+
To update CheckMate:
84+
85+
```bash
86+
npm update -g @auth0/auth0-checkmate
87+
```
8388
---
8489

8590
### Option 2 – Run from Source

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth0/auth0-checkmate",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"description": "A command line tool for checking configuration of your Auth0 tenant",
55
"main": "analyzer/report.js",
66
"scripts": {

0 commit comments

Comments
 (0)