Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
publish secman v6.0.7 version, add v6.0.7 release notes 📜
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Nov 13, 2021
1 parent 5a100b2 commit 85bfa5c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@
---

## [[v6.0.7] 2021-11-13](#v607-2021-11-13)

### Added

- Add `--user` and `--password` flags to `auth` command.
- Create `--password-stdin` flag to read password from stdin to `auth` command.
- Add errors catchers to show error messages.

### Changed

nothing

### Fixed

- Fix exit from secman editor in visual studio code terminal with <kbd>Alt + E</kbd> shortcut.
- Fix missing files error messages.

## [[v6.0.61] 2021-11-10](#v6061-2021-11-10)

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "secman",
"description": "The command-line interface of Secman",
"version": "6.0.61",
"versionDate": "2021-11-10",
"version": "6.0.7",
"versionDate": "2021-11-13",
"main": "lib/index.js",
"license": "MIT",
"homepage": "https://secman.dev",
Expand Down

0 comments on commit 85bfa5c

Please sign in to comment.