Skip to content

Commit 3cd2277

Browse files
author
Tane Morgan
committed
Release v7.1.0
1 parent 5b1f925 commit 3cd2277

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3-
## [v7.0.1](https://github.com/tanem/react-svg/tree/v7.0.1) (2018-11-12)
3+
## [v7.1.0](https://github.com/tanem/react-svg/tree/v7.1.0) (2018-11-14)
4+
[Full Changelog](https://github.com/tanem/react-svg/compare/v7.0.1...v7.1.0)
5+
6+
**Merged pull requests:**
7+
8+
- Update keywords [\#180](https://github.com/tanem/react-svg/pull/180) ([tanem](https://github.com/tanem))
9+
- Update deps [\#179](https://github.com/tanem/react-svg/pull/179) ([tanem](https://github.com/tanem))
10+
- Add loading prop [\#178](https://github.com/tanem/react-svg/pull/178) ([tanem](https://github.com/tanem))
11+
12+
## [v7.0.1](https://github.com/tanem/react-svg/tree/v7.0.1) (2018-11-11)
413
[Full Changelog](https://github.com/tanem/react-svg/compare/v7.0.0...v7.0.1)
514

615
**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.0.1",
3+
"version": "7.1.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)