diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea896f3..e88a18aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## next +## 1.0.0-beta.15 (03-07-2019) - Client - Added `fallback` option to `auto-link` view, which is using as a view config when a link is not resolved diff --git a/LICENSE b/LICENSE index 5210579f..1150c174 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ The MIT License (MIT) Copyright (c) 2018 Avito Technology +Copyright (c) 2019 Roman Dvornov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index e3e725f4..cbb870ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@discoveryjs/discovery", - "version": "1.0.0-beta.14", + "version": "1.0.0-beta.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f918fc39..776c3062 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@discoveryjs/discovery", - "version": "1.0.0-beta.14", + "version": "1.0.0-beta.15", "description": "Hackable JSON discovery tool", "keywords": [], "author": "Roman Dvornov (https://github.com/lahmatiy)",