Skip to content

Commit

Permalink
chore: version bump for v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masumsoft committed Mar 11, 2022
1 parent c18cb47 commit 7d9639c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.8.0] - 2022-03-12

### Added
- Option to disable built-in type validation

### Fixed
- Avoid mutating passed options objects

### Security
- Upgraded package dependencies to resolve vulnerability in dependent packages

## [2.7.0] - 2021-12-20

### Added
Expand Down Expand Up @@ -558,7 +569,8 @@ save function callback instead of raising exceptions
- Support for schema validators
- Support for auto loading of model schema from directory

[Unreleased]: https://github.com/masumsoft/express-cassandra/compare/v2.7.0...master
[Unreleased]: https://github.com/masumsoft/express-cassandra/compare/v2.8.0...master
[2.8.0]: https://github.com/masumsoft/express-cassandra/compare/v2.7.0...v2.8.0
[2.7.0]: https://github.com/masumsoft/express-cassandra/compare/v2.6.0...v2.7.0
[2.6.0]: https://github.com/masumsoft/express-cassandra/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/masumsoft/express-cassandra/compare/v2.4.0...v2.5.0
Expand Down
2 changes: 1 addition & 1 deletion 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": "express-cassandra",
"version": "2.7.0",
"version": "2.8.0",
"dependencies": {
"JSONStream": "^1.3.1",
"async": "^1.5.2",
Expand Down

0 comments on commit 7d9639c

Please sign in to comment.