Skip to content

Commit 107b784

Browse files
committed
Updated discovery and jora
1 parent 5b388e6 commit 107b784

File tree

3 files changed

+21
-158
lines changed

3 files changed

+21
-158
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.6.1 (18-02-2020)
2+
3+
* Updated `discovery` to `1.0.0-beta.28` and `jora` to `1.0.0-alpha.13`
4+
15
## 1.6.0 (18-12-2019)
26

37
* Updated `discovery` to `1.0.0-beta.27` [with new `jora` features](https://github.com/discoveryjs/jora/releases/tag/v1.0.0-alpha.11)

package-lock.json

Lines changed: 15 additions & 156 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsondiscovery",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "DiscoveryJson",
55
"author": "[email protected]",
66
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"build": "rimraf build* && ./core/build.sh && node core/zip.js"
1212
},
1313
"devDependencies": {
14-
"@discoveryjs/discovery": "1.0.0-beta.27",
14+
"@discoveryjs/discovery": "1.0.0-beta.28",
1515
"archiver": "^2.1.0",
1616
"babel-core": "^6.26.0",
1717
"babel-eslint": "^8.0.1",

0 commit comments

Comments
 (0)