From 81606f0340dd5141b52432a85a5a5836fce0f57e Mon Sep 17 00:00:00 2001 From: Brendan Baldwin Date: Thu, 8 Dec 2016 16:53:06 -0800 Subject: [PATCH] 1.15.1 bump --- CHANGELOG.md | 5 +++-- README.md | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c545ef..1f8acb94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased -## 1.15.0 - 2016-12-16 +## 1.15.1 - 2016-12-16 +- Amended README and minor text fixes to CHANGELOG post release. +## 1.15.0 - 2016-12-16 - Fixed: Preserve style ordering when moving imports and links out of head tag. - Don't actually move anything out of head until an html import is encountered. ## 1.14.12 - 2016-11-16 - - Removed update-notifier dependency and functionality - Fixed: Stopped moving links with certain rels out of the head tag to avoid breaking favicons, manifests, and other such features. diff --git a/README.md b/README.md index 903af1ef..abfee51b 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ has to make a few compromises to achieve that same script execution order. 1. Contents of all HTML Import documents will be moved to `` -1. Any scripts or styles after a `` node in `` will be moved to `` after the contents of the HTML Import. +1. Any scripts or styles, inline or linked, which occur after a `` node in `` will be moved to `` after the contents of the HTML Import. ## What happened to [feature] from 0.X? - `--csp` mode has been moved into [crisper](https://github.com/PolymerLabs/crisper) diff --git a/package.json b/package.json index 180c28fb..cdf1ba86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vulcanize", - "version": "1.15.0", + "version": "1.15.1", "description": "Process Web Components into one output file", "main": "lib/vulcan.js", "bin": {