Skip to content

Commit 8dc277f

Browse files
author
Tane Morgan
committed
Release v7.0.0
1 parent c01d5b2 commit 8dc277f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3-
## [v6.0.24](https://github.com/tanem/react-svg/tree/v6.0.24) (2018-11-06)
3+
## [v7.0.0](https://github.com/tanem/react-svg/tree/v7.0.0) (2018-11-12)
4+
[Full Changelog](https://github.com/tanem/react-svg/compare/v6.0.24...v7.0.0)
5+
6+
**Merged pull requests:**
7+
8+
- Fix README example [\#176](https://github.com/tanem/react-svg/pull/176) ([tanem](https://github.com/tanem))
9+
- Handle fallbacks [\#171](https://github.com/tanem/react-svg/pull/171) ([tanem](https://github.com/tanem))
10+
11+
## [v6.0.24](https://github.com/tanem/react-svg/tree/v6.0.24) (2018-11-05)
412
[Full Changelog](https://github.com/tanem/react-svg/compare/v6.0.23...v6.0.24)
513

614
**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": "6.0.24",
3+
"version": "7.0.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)