Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jormaechea committed Aug 5, 2019
1 parent d91e1c4 commit d5c1242
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,8 +5,10 @@ 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.0] - 2019-08-05
## Changed
- `joins` are added automatic
- `joins` are now added automatically based on fields, filters and other parameters

## [1.2.0] - 2019-07-25
### Changed
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
@@ -1,6 +1,6 @@
{
"name": "@janiscommerce/query-builder",
"version": "1.2.0",
"version": "1.3.0",
"description": "Prepare and execute SELECT, INSERT, UPDATE, REMOVE queries from SQL database.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d5c1242

Please sign in to comment.