Skip to content

Commit

Permalink
Release v13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tanem committed Apr 11, 2021
1 parent 6f89c56 commit 998169b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -11,5 +11,6 @@ Roy Sommer <illBeRoy@users.noreply.github.com>
Steve Wolfman <wolf@cs.ubc.ca>
Tane Morgan <464864+tanem@users.noreply.github.com>
Thomas Groutars <tgroutars@gmail.com>
Will Finch <will.finch@dialsource.com>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ian <ian@blend.com>
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog

## [v13.0.1](https://github.com/tanem/react-svg/tree/v13.0.1) (2021-04-11)
[Full Changelog](https://github.com/tanem/react-svg/compare/v13.0.0...v13.0.1)

#### :bug: Bug Fix

- [#1235](https://github.com/tanem/react-svg/pull/1235) Move @types/prop-types to dependencies ([@wdfinch](https://github.com/wdfinch))

#### :house: Internal

- [#1237](https://github.com/tanem/react-svg/pull/1237) Update babel monorepo to v7.13.15 ([@renovate[bot]](https://github.com/apps/renovate))
- [#1236](https://github.com/tanem/react-svg/pull/1236) Update dependency typescript to v4.2.4 ([@renovate[bot]](https://github.com/apps/renovate))
- [#1234](https://github.com/tanem/react-svg/pull/1234) Update typescript-eslint monorepo to v4.21.0 ([@renovate[bot]](https://github.com/apps/renovate))

## [v13.0.0](https://github.com/tanem/react-svg/tree/v13.0.0) (2021-04-08)
[Full Changelog](https://github.com/tanem/react-svg/compare/v12.1.0...v13.0.0)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-svg",
"version": "13.0.0",
"version": "13.0.1",
"description": "A React component that injects SVG into the DOM.",
"main": "dist/index.js",
"module": "dist/react-svg.esm.js",
Expand Down

0 comments on commit 998169b

Please sign in to comment.