@browser-logos/firefox
Advanced tools
Comparing version 3.0.8 to 3.0.9
@@ -6,2 +6,10 @@ <!-- markdownlint-disable line-length --> | ||
3.0.9 (July 11, 2020) | ||
--------------------- | ||
### Bug fixes / Improvements | ||
* [[`a94987f297`](https://github.com/alrra/browser-logos/commit/a94987f29719142668cdf960b3f624ce1a3c6aa8)] - 📚 Add `cdnjs` usage recommendation (by [`Cătălin Mariș`](https://github.com/alrra)). | ||
* [[`21a95c011d`](https://github.com/alrra/browser-logos/commit/21a95c011d8ee325bbc850048b75425afdea5c4f)] - 📚 Make minor consistency changes in `README.md` (by [`Cătălin Mariș`](https://github.com/alrra)). | ||
3.0.8 (November 30, 2019) | ||
@@ -8,0 +16,0 @@ ------------------------- |
@@ -17,3 +17,3 @@ { | ||
}, | ||
"version": "3.0.8" | ||
"version": "3.0.9" | ||
} |
@@ -6,6 +6,6 @@ Firefox | ||
<table> | ||
<tr height=230> | ||
<tr height=240> | ||
<td> | ||
<a href="https://github.com/alrra/browser-logos/tree/896ab303b43decd25c518ea5dc0081e6974d344a/src/firefox"> | ||
<img width=220 src="https://raw.githubusercontent.com/alrra/browser-logos/896ab303b43decd25c518ea5dc0081e6974d344a/src/firefox/firefox.svg?sanitize=true" alt="Firefox browser logo"> | ||
<a href="https://github.com/alrra/browser-logos/tree/a94987f29719142668cdf960b3f624ce1a3c6aa8/src/firefox"> | ||
<img width=230 src="https://raw.githubusercontent.com/alrra/browser-logos/a94987f29719142668cdf960b3f624ce1a3c6aa8/src/firefox/firefox.svg?sanitize=true" alt="Firefox browser logo"> | ||
</a> | ||
@@ -20,10 +20,15 @@ </td> | ||
Get it using: | ||
You can either: | ||
* [`npm`][npm]: `npm install --save-dev @browser-logos/firefox` | ||
* [`Yarn`][yarn]: `yarn add --dev @browser-logos/firefox` | ||
* Install it using: | ||
* [`npm`][npm]: `npm install --save-dev @browser-logos/firefox` | ||
* [`Yarn`][yarn]: `yarn add --dev @browser-logos/firefox` | ||
* Use [`cdnjs`][cdnjs]. | ||
<!-- Link labels: --> | ||
[cdnjs]: https://cdnjs.com/libraries/browser-logos | ||
[npm]: https://www.npmjs.com/ | ||
[yarn]: https://yarnpkg.com/ |
687542
33