From 19b7084a4df50276fbdcefe79bd2eae41056a905 Mon Sep 17 00:00:00 2001 From: Tane Morgan <464864+tanem@users.noreply.github.com> Date: Sat, 19 Feb 2022 05:35:44 +1300 Subject: [PATCH] Release v14.1.12 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59409c403..3dec6ec25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [v14.1.12](https://github.com/tanem/react-svg/tree/v14.1.12) (2022-02-18) +[Full Changelog](https://github.com/tanem/react-svg/compare/v14.1.11...v14.1.12) + +#### :house: Internal + +- [#1666](https://github.com/tanem/react-svg/pull/1666) Update dependency @types/node to v16.11.25 ([@renovate[bot]](https://github.com/apps/renovate)) +- [#1665](https://github.com/tanem/react-svg/pull/1665) Update typescript-eslint monorepo to v5.12.0 ([@renovate[bot]](https://github.com/apps/renovate)) +- [#1664](https://github.com/tanem/react-svg/pull/1664) Update dependency eslint to v8.9.0 ([@renovate[bot]](https://github.com/apps/renovate)) +- [#1663](https://github.com/tanem/react-svg/pull/1663) Update dependency jest-prettyhtml-matchers to v1.10.0 ([@renovate[bot]](https://github.com/apps/renovate)) +- [#1662](https://github.com/tanem/react-svg/pull/1662) Update dependency tanem-scripts to v6.0.41 ([@renovate[bot]](https://github.com/apps/renovate)) +- [#1661](https://github.com/tanem/react-svg/pull/1661) Update dependency @tanem/svg-injector to ^10.1.17 ([@renovate[bot]](https://github.com/apps/renovate)) +- [#1660](https://github.com/tanem/react-svg/pull/1660) Update dependency wait-on to v6.0.1 ([@renovate[bot]](https://github.com/apps/renovate)) +- [#1657](https://github.com/tanem/react-svg/pull/1657) Improve test coverage ([@tanem](https://github.com/tanem)) +- [#1659](https://github.com/tanem/react-svg/pull/1659) Update dependency @types/node to v16.11.24 ([@renovate[bot]](https://github.com/apps/renovate)) +- [#1658](https://github.com/tanem/react-svg/pull/1658) Update dependency rollup to v2.67.2 ([@renovate[bot]](https://github.com/apps/renovate)) +- [#1656](https://github.com/tanem/react-svg/pull/1656) Update dependency follow-redirects to 1.14.8 [SECURITY] ([@renovate[bot]](https://github.com/apps/renovate)) +- [#1655](https://github.com/tanem/react-svg/pull/1655) Update dependency follow-redirects [SECURITY] ([@renovate[bot]](https://github.com/apps/renovate)) + ## [v14.1.11](https://github.com/tanem/react-svg/tree/v14.1.11) (2022-02-11) [Full Changelog](https://github.com/tanem/react-svg/compare/v14.1.10...v14.1.11) diff --git a/package-lock.json b/package-lock.json index a0d25e727..8f3296111 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-svg", - "version": "14.1.11", + "version": "14.1.12", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 03c4e8e64..041a51887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-svg", - "version": "14.1.11", + "version": "14.1.12", "description": "A React component that injects SVG into the DOM.", "main": "dist/index.js", "module": "dist/react-svg.esm.js",