From baf1a7c42b1a68e69f77e88b4066b61e7bfccc0c Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Mon, 18 Sep 2017 16:54:55 +0300 Subject: [PATCH] 1.11.3 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 531c0ef..2c38a0d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +## 1.11.3 (September 18, 2017) + +- Update `basis.resource` with non-string argument exception such way, that it works with relative paths as well as namespace basis paths (@istrel, #26) +- Minor fixes + ## 1.11.2 (September 11, 2017) - Fixed build issue when `--js-pack` is used diff --git a/package.json b/package.json index 8d99f17..7e93050 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "basisjs-tools-build", "title": "Basis.js build tools", - "version": "1.11.2", + "version": "1.11.3", "homepage": "https://github.com/basisjs/basisjs-tools", "description": "Build tools for basis.js framework", "author": "Roman Dvornov ",