Skip to content

Commit a82807c

Browse files
committed
2.1.7
1 parent c1e2b9a commit a82807c

5 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.7 (2017-03-03)
2+
3+
- Updated: Fixing internal use tag in polyfill
4+
15
## 2.1.6 (2017-03-01)
26

37
- Updated: Ensure the interval begins to run

dist/svg4everybody.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// like Node.
88
module.exports = factory() : root.svg4everybody = factory();
99
}(this, function() {
10-
/*! svg4everybody v2.1.6 | github.com/jonathantneal/svg4everybody */
10+
/*! svg4everybody v2.1.7 | github.com/jonathantneal/svg4everybody */
1111
function embed(parent, svg, target) {
1212
// if the target exists
1313
if (target) {

dist/svg4everybody.legacy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// like Node.
88
module.exports = factory() : root.svg4everybody = factory();
99
}(this, function() {
10-
/*! svg4everybody v2.1.6 | github.com/jonathantneal/svg4everybody */
10+
/*! svg4everybody v2.1.7 | github.com/jonathantneal/svg4everybody */
1111
function embed(parent, svg, target) {
1212
// if the target exists
1313
if (target) {

lib/svg4everybody.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! svg4everybody v2.1.6 | github.com/jonathantneal/svg4everybody */
1+
/*! svg4everybody v2.1.7 | github.com/jonathantneal/svg4everybody */
22

33
function embed(parent, svg, target) {
44
// if the target exists

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svg4everybody",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Use external SVG spritemaps in any browser",
55
"main": "dist/svg4everybody.js",
66
"dependencies": {},

0 commit comments

Comments
 (0)