Skip to content

Commit

Permalink
Update dependencies to the latest version 🚀 (#8)
Browse files Browse the repository at this point in the history
* fix(package): update @rduk/logger to version 1.0.0

* fix(package): update @rduk/expression to version 0.3.1

* chore(package): update version to 0.2.1
  • Loading branch information
greenkeeper[bot] authored and kimung committed Jan 29, 2018
1 parent c4c79b1 commit 43fc5f1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 37 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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).

## 0.2.1 - 2018-01-29
### Changed
- update `@rduk/expression` with latest version (0.3.1)

## 0.2.0 - 2018-01-26
### Changed
- add sql agreagate functions (min, max, avg, sum, count)
Expand Down
43 changes: 9 additions & 34 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rduk/data",
"version": "0.2.0",
"version": "0.2.1",
"description": "Data layer abstraction",
"engines": {
"node": ">=6.4.0"
Expand Down Expand Up @@ -31,8 +31,8 @@
"dependencies": {
"@rduk/configuration": "2.1.1",
"@rduk/errors": "1.3.0",
"@rduk/expression": "0.3.0",
"@rduk/logger": "0.1.5",
"@rduk/expression": "0.3.1",
"@rduk/logger": "1.0.0",
"@rduk/provider": "3.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 43fc5f1

Please sign in to comment.