Skip to content

Commit

Permalink
v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhapes committed Sep 11, 2019
1 parent 6ede050 commit 2e37e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.3.5] - 2019-09-11
### Changed
- `_formatFields` method name to `_getFormatFields`

### Fixed
- Non-undefined falsies values can be iserted/saved


## [1.3.4] - 2019-09-06
### Changed
- Dependencies updated
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janiscommerce/query-builder",
"version": "1.3.4",
"version": "1.3.5",
"description": "Prepare and execute SELECT, INSERT, UPDATE, REMOVE queries from SQL database.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2e37e6c

Please sign in to comment.