From 391d978089e47e88268164b4b117e682af8d5d38 Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Sun, 16 Mar 2014 22:07:06 +0400 Subject: [PATCH] 1.3.3 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index ee83a47..ee5071f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +## 1.3.3 (March 16, 2014) + +- fix relative path resolving in `extractor` for `basis.require` +- fix `basis.js` installing by `create app` when app name specified + ## 1.3.2 (March 8, 2014) - fix absolute path resolving in `extractor` for `basis.resource` and `basis.require` diff --git a/package.json b/package.json index b1173ac..6e2f343 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "basisjs-tools", "title": "Basis developer tools", - "version": "1.3.2", + "version": "1.3.3", "homepage": "https://github.com/basisjs/basisjs-tools", "description": "Developer tools for basis.js framework", "author": "Roman Dvornov ",