Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kimung committed Jan 11, 2018
1 parent 3676c37 commit cbddf43
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 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).

## 3.0.1 - 2018-01-11
### Changed
- update `@rduk/configuration` to latest version (2.1.1)

## 3.0.0 - 2018-01-10
### Changed
- use es6 syntax
Expand Down
16 changes: 8 additions & 8 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rduk/provider",
"version": "3.0.0",
"version": "3.0.1",
"description": "Easily add providers to your Node.js app",
"engines": {
"node": ">=6.4.0"
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"lodash": "4.17.4",
"@rduk/configuration": "2.1.0",
"@rduk/configuration": "2.1.1",
"@rduk/errors": "1.3.0"
}
}

0 comments on commit cbddf43

Please sign in to comment.