Skip to content

Commit

Permalink
added some documentation (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: Christos <[email protected]>
  • Loading branch information
Grashalmbeisser and Grashalmbeisser authored Nov 28, 2023
1 parent 3130e08 commit 620f6ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

This file documents any relevant changes.
## [1.1.1] 2023-11-28
- chore: updated dependencies
- feat: added npm audit function

## [1.1.0] 2023-11-23
- chore: added more `viur2to3` replacements
- fix: fixed `viur script` subdirectory duplicates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $ viur run [target]
run the appserver and start your app locally. You may specify a target projectID.

```sh
$ viur check {--dev}
$ viur check {npm|--dev|--autofix}
```
Runs a security check for the python environment and for each npm project registered under builds.

Expand Down
2 changes: 1 addition & 1 deletion src/viur_cli/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.1.0"
__version__ = "1.1.1"
MINIMAL_PIPENV = "2023.11.15"

0 comments on commit 620f6ab

Please sign in to comment.