Skip to content

Commit

Permalink
Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jormaechea committed Aug 8, 2019
1 parent b139040 commit 14044a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ 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).

## [1.3.2] - 2019-08-08
### Fixed
- Updated `@janiscommerce/query-builder` version

## [1.3.1] - 2019-08-06
### Fixed
- Updated `@janiscommerce/query-builder` version
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@janiscommerce/mysql",
"version": "1.3.1",
"version": "1.3.2",
"description": "Driver for MySQL Databse",
"main": "index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"homepage": "https://github.com/janis-commerce/mysql#readme",
"dependencies": {
"@janiscommerce/logger": "^1.1.0",
"@janiscommerce/query-builder": "^1.3.1",
"@janiscommerce/query-builder": "^1.3.2",
"knex": "^0.16.5",
"mysql2": "1.5.2"
},
Expand Down

0 comments on commit 14044a4

Please sign in to comment.