Skip to content

Commit 69a6bef

Browse files
author
Tane Morgan
committed
Release v7.2.1
1 parent ee81c53 commit 69a6bef

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.2.0](https://github.com/tanem/react-svg/tree/v7.2.0) (2018-11-27)
3+
## [v7.2.1](https://github.com/tanem/react-svg/tree/v7.2.1) (2018-12-06)
4+
[Full Changelog](https://github.com/tanem/react-svg/compare/v7.2.0...v7.2.1)
5+
6+
**Merged pull requests:**
7+
8+
- Ensure setState isn't called when the component is unmounted [\#188](https://github.com/tanem/react-svg/pull/188) ([tanem](https://github.com/tanem))
9+
10+
## [v7.2.0](https://github.com/tanem/react-svg/tree/v7.2.0) (2018-11-26)
411
[Full Changelog](https://github.com/tanem/react-svg/compare/v7.1.1...v7.2.0)
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.2.0",
3+
"version": "7.2.1",
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)