Skip to content

Commit

Permalink
Bump version (#410)
Browse files Browse the repository at this point in the history
* chore: bump version

* docs: update changelog
  • Loading branch information
notaphplover authored Oct 25, 2024
1 parent 12a2081 commit 6340843
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

### Fixed

## [6.4.7]

### Fixed
- Updated `inversify` and `express` dependencies to be peer dependnecies as stated in the docs.

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
Expand Up @@ -61,5 +61,5 @@
"update": "updates --update --minor && (git diff-files --quiet package.json || (rimraf package-lock.json node_modules && npm install))",
"postupdate": "git diff-files --quiet package-lock.json || npm test"
},
"version": "6.4.6"
"version": "6.4.7"
}

0 comments on commit 6340843

Please sign in to comment.