Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
1.15.1 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
usergenic committed Dec 9, 2016
1 parent 51c2c53 commit 81606f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<body>`

1. Any scripts or styles after a `<link rel="import">` node in `<head>` will be moved to `<body>` after the contents of the HTML Import.
1. Any scripts or styles, inline or linked, which occur after a `<link rel="import">` node in `<head>` will be moved to `<body>` 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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 81606f0

Please sign in to comment.