From ce1ecbfeaeec9ed02eec0900f88d7b902a6365a2 Mon Sep 17 00:00:00 2001 From: guybedford Date: Tue, 16 Jun 2015 16:58:52 +0200 Subject: [PATCH] 0.12.0 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0644bf6..a9e03c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ SystemJS Build Tool [![Build Status][travis-image]][travis-url] === +_Note SystemJS Builder 0.11 & 0.12 correspond to the SystemJS 0.17 and 0.18 releases which include the breaking change making module names URLs. +Read the [SystemJS 0.17 release notes](https://github.com/systemjs/systemjs/releases/tag/0.17.0) for more information on this change._ + Provides a single-file build for SystemJS of mixed-dependency module trees. Builds ES6 into ES5, CommonJS, AMD and globals into a single file in a way that supports the CSP SystemJS loader diff --git a/package.json b/package.json index 84053fe..5436357 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "systemjs-builder", - "version": "0.11.3", + "version": "0.12.0", "description": "SystemJS Build Tool", "main": "index.js", "dependencies": {