-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Acatl Pacheco
committed
May 7, 2018
1 parent
0e395b5
commit 56a73d7
Showing
6 changed files
with
182 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
<a name="4.1.0"></a> | ||
# [4.1.0](https://github.com/ViacomInc/data-point/compare/[email protected]@4.1.0) (2018-05-07) | ||
|
||
|
||
|
||
|
||
**Note:** Version bump only for package data-point-express | ||
|
||
<a name="4.0.0"></a> | ||
# 4.0.0 (2018-05-03) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
<a name="4.1.0"></a> | ||
# [4.1.0](https://github.com/ViacomInc/data-point/compare/[email protected]@4.1.0) (2018-05-07) | ||
|
||
|
||
### Features | ||
|
||
* **data-point-service:** consolidate params.cache ([#279](https://github.com/ViacomInc/data-point/issues/279)) ([48b4d1b](https://github.com/ViacomInc/data-point/commit/48b4d1b)), closes [#276](https://github.com/ViacomInc/data-point/issues/276) | ||
|
||
|
||
|
||
|
||
<a name="4.0.0"></a> | ||
# 4.0.0 (2018-05-03) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "data-point-service", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "DataPoint as a Service", | ||
"main": "lib/index.js", | ||
"license": "Apache-2.0", | ||
|
@@ -12,17 +12,17 @@ | |
"email": "[email protected]" | ||
}, | ||
"devDependencies": { | ||
"data-point": "^3.2.0" | ||
"data-point": "^3.3.0" | ||
}, | ||
"dependencies": { | ||
"bluebird": "3.5.1", | ||
"data-point-cache": "^3.2.0", | ||
"lodash": "4.x", | ||
"winston": "2.x", | ||
"ms": "2.x" | ||
"ms": "2.x", | ||
"winston": "2.x" | ||
}, | ||
"peerDependencies": { | ||
"data-point": "^3.2.0" | ||
"data-point": "^3.3.0" | ||
}, | ||
"keywords": [ | ||
"service", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters