Skip to content

Commit 07f398c

Browse files
author
Tane Morgan
committed
Release v7.2.0
1 parent c484eb5 commit 07f398c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
## [v7.1.1](https://github.com/tanem/react-svg/tree/v7.1.1) (2018-11-25)
3+
## [v7.2.0](https://github.com/tanem/react-svg/tree/v7.2.0) (2018-11-27)
4+
[Full Changelog](https://github.com/tanem/react-svg/compare/v7.1.1...v7.2.0)
5+
6+
**Merged pull requests:**
7+
8+
- Add ability to specify span wrappers [\#186](https://github.com/tanem/react-svg/pull/186) ([tanem](https://github.com/tanem))
9+
10+
## [v7.1.1](https://github.com/tanem/react-svg/tree/v7.1.1) (2018-11-24)
411
[Full Changelog](https://github.com/tanem/react-svg/compare/v7.1.0...v7.1.1)
512

613
**Merged pull requests:**

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-svg",
3-
"version": "7.1.1",
3+
"version": "7.2.0",
44
"description": "A React component that injects SVG into the DOM.",
55
"main": "index.js",
66
"module": "es/react-svg.js",

0 commit comments

Comments
 (0)