Skip to content

Commit

Permalink
Version v0.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
cotarr committed Sep 15, 2024
1 parent 36c139b commit 35ffbee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Next (v0.0.30-dev)
## [v0.0.30](https://github.com/cotarr/collab-auth/releases/tag/v0.0.30) 2024-09-15

### Changed

- Fix npm audit warning: update to express@4.21.0
- Fix npm audit security warning: update to express@4.21.0

- Update npm dependency: rotating-file-stream@3.2.4

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "collab-auth",
"version": "0.0.30-dev",
"version": "0.0.30",
"description": "Oauth2 server used on a collaboration project for learning oauth2orize and passport",
"main": "bin/www",
"engines": {
Expand Down

0 comments on commit 35ffbee

Please sign in to comment.