diff --git a/CHANGELOG.md b/CHANGELOG.md index 94821fb..f58e624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 2.14.12 (February 18th, 2023) + +- FIX [565](https://github.com/gregnb/react-to-print/pull/565): Support font-weight and font-style for custom fonts (and add more font examples). Thanks [gauthierrodaro](https://github.com/gauthierrodaro) +- CHORE: Updated all `devDependencies` + ## 2.14.11 (January 3rd, 2023) Happy new year! We can't wait to see what 2023 brings diff --git a/package-lock.json b/package-lock.json index 6dcbfed..19e46ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-to-print", - "version": "2.14.11", + "version": "2.14.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-to-print", - "version": "2.14.11", + "version": "2.14.12", "license": "MIT", "dependencies": { "prop-types": "^15.8.1" diff --git a/package.json b/package.json index fb164cd..16abb6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-to-print", - "version": "2.14.11", + "version": "2.14.12", "description": "Print React components in the browser", "main": "lib/index.js", "types": "lib/index.d.ts",