@browser-logos/edge-canary
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,4 +1,13 @@ | ||
<!-- markdownlint-disable line-length --> | ||
Changelog | ||
========= | ||
2.0.1 (November 30, 2019) | ||
------------------------- | ||
### Bug fixes / Improvements | ||
* [[`896ab303b4`](https://github.com/alrra/browser-logos/commit/896ab303b43decd25c518ea5dc0081e6974d344a)] - 📚 Remove `cdnjs` recommendation (by [`Cătălin Mariș`](https://github.com/alrra) / see also: [`#181`](https://github.com/alrra/browser-logos/issues/181)). | ||
2.0.0 (November 5, 2019) | ||
@@ -5,0 +14,0 @@ ------------------------ |
@@ -17,3 +17,3 @@ { | ||
}, | ||
"version": "2.0.0" | ||
"version": "2.0.1" | ||
} |
Microsoft Edge Canary | ||
===================== | ||
<!-- markdownlint-disable line-length no-inline-html --> | ||
<table> | ||
<tr height=240> | ||
<td> | ||
<a href="https://github.com/alrra/browser-logos/tree/b528ce0f925372251f68795498f85ead08216cb8/src/edge-canary"> | ||
<img width=230 src="https://raw.githubusercontent.com/alrra/browser-logos/b528ce0f925372251f68795498f85ead08216cb8/src/edge-canary/edge-canary_512x512.png" alt="Microsoft Edge Canary browser logo"> | ||
<a href="https://github.com/alrra/browser-logos/tree/896ab303b43decd25c518ea5dc0081e6974d344a/src/edge-canary"> | ||
<img width=230 src="https://raw.githubusercontent.com/alrra/browser-logos/896ab303b43decd25c518ea5dc0081e6974d344a/src/edge-canary/edge-canary_512x512.png" alt="Microsoft Edge Canary browser logo"> | ||
</a> | ||
@@ -13,2 +14,3 @@ </td> | ||
</table> | ||
<!-- markdownlint-enable line-length no-inline-html --> | ||
@@ -18,15 +20,10 @@ How to get the logo | ||
You can either: | ||
Get it using: | ||
* Install it using: | ||
* [`npm`][npm]: `npm install --save-dev @browser-logos/edge-canary` | ||
* [`Yarn`][yarn]: `yarn add --dev @browser-logos/edge-canary` | ||
* [`npm`][npm]: `npm install --save-dev @browser-logos/edge-canary` | ||
* [`Yarn`][yarn]: `yarn add --dev @browser-logos/edge-canary` | ||
* Use [`cdnjs`][cdnjs]. | ||
<!-- Link labels: --> | ||
[cdnjs]: https://cdnjs.com/libraries/browser-logos | ||
[npm]: https://www.npmjs.com/ | ||
[yarn]: https://yarnpkg.com/ |
262072
28