Skip to content

Commit

Permalink
release version 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
masumsoft committed Dec 3, 2018
1 parent ecf0c90 commit 1c124f2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.2.4] - 2018-10-04
### Fixed
- Field type validation message display undefined value when invalid type is used

### Changed
- Upgraded locked package dependencies to resolve security warning

## [2.2.3] - 2018-07-10
### Fixed
- Auto timestamp and version fields are not working properly if used in index and materialized views
Expand Down Expand Up @@ -489,7 +496,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.2.3...master
[Unreleased]: https://github.com/masumsoft/express-cassandra/compare/v2.2.4...master
[2.2.4]: https://github.com/masumsoft/express-cassandra/compare/v2.2.3...v2.2.4
[2.2.3]: https://github.com/masumsoft/express-cassandra/compare/v2.2.2...v2.2.3
[2.2.2]: https://github.com/masumsoft/express-cassandra/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/masumsoft/express-cassandra/compare/v2.2.0...v2.2.1
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.2.3",
"version": "2.2.4",
"dependencies": {
"JSONStream": "^1.3.1",
"async": "^1.5.2",
Expand Down

0 comments on commit 1c124f2

Please sign in to comment.