Skip to content

Commit

Permalink
chore(build): bumping to version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Jul 21, 2017
1 parent 19d6698 commit 15fb808
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ window.addEventListener('viewport-unit-buggyfill-style', function() {

## Changelog

### 0.6.2 (July 21st 2017) ###

* allow appending generated CSS to `<body>` - [#84](https://github.com/rodneyrehm/viewport-units-buggyfill/pull/84)
* do not break URLs when replacing viewport units - [#78](https://github.com/rodneyrehm/viewport-units-buggyfill/pull/78)
* wrapping everything in an IIFE - [#80](https://github.com/rodneyrehm/viewport-units-buggyfill/issues/80)

### 0.6.1 (March 16th 2017) ###

* fixing UA sniffing for IE10 - [#69](https://github.com/rodneyrehm/viewport-units-buggyfill/issue/69), [#68](https://github.com/rodneyrehm/viewport-units-buggyfill/issue/68)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "viewport-units-buggyfill",
"description": "Making viewport units (vh|vw|vmin|vmax) work properly in older WebKit and Trident",
"version": "0.6.1",
"version": "0.6.2",
"main": [
"./viewport-units-buggyfill.js",
"./viewport-units-buggyfill.hacks.js"
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": "viewport-units-buggyfill",
"version": "0.6.1",
"version": "0.6.2",
"title": "Viewport Units Buggyfill for Mobile Safari",
"description": "Making viewport units (vh|vw|vmin|vmax) work properly in older WebKit and Trident",
"homepage": "http://github.com/rodneyrehm/viewport-units-buggyfill/",
Expand Down
2 changes: 1 addition & 1 deletion viewport-units-buggyfill.hacks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* viewport-units-buggyfill.hacks v0.6.1
* viewport-units-buggyfill.hacks v0.6.2
* @web: https://github.com/rodneyrehm/viewport-units-buggyfill/
* @author: Zoltan Hawryluk - http://www.useragentman.com/
*/
Expand Down
2 changes: 1 addition & 1 deletion viewport-units-buggyfill.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* viewport-units-buggyfill v0.6.1
* viewport-units-buggyfill v0.6.2
* @web: https://github.com/rodneyrehm/viewport-units-buggyfill/
* @author: Rodney Rehm - http://rodneyrehm.de/en/
*/
Expand Down

0 comments on commit 15fb808

Please sign in to comment.