@browser-logos/edge-canary
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -0,1 +1,8 @@ | ||
## 1.0.9 (October 13, 2019) | ||
### Bug fixes / Improvements | ||
* [[`8fab53c254`](https://github.com/alrra/browser-logos/commit/8fab53c2544fe45642f4b330f21c426a07c63367)] - 📚 Add instructions on how to install packages via `Yarn` (by [`Cătălin Mariș`](https://github.com/alrra)). | ||
## 1.0.8 (August 27, 2019) | ||
@@ -2,0 +9,0 @@ |
@@ -17,3 +17,3 @@ { | ||
}, | ||
"version": "1.0.8" | ||
"version": "1.0.9" | ||
} |
@@ -6,4 +6,4 @@ # Microsoft Edge Canary | ||
<td> | ||
<a href="https://github.com/alrra/browser-logos/tree/3799655cbde62ea2de2a8a2b12a6123edae087b1/src/edge-canary"> | ||
<img width=230 src="https://raw.githubusercontent.com/alrra/browser-logos/3799655cbde62ea2de2a8a2b12a6123edae087b1/src/edge-canary/edge-canary_512x512.png" alt="Microsoft Edge Canary browser logo"> | ||
<a href="https://github.com/alrra/browser-logos/tree/8fab53c2544fe45642f4b330f21c426a07c63367/src/edge-canary"> | ||
<img width=230 src="https://raw.githubusercontent.com/alrra/browser-logos/8fab53c2544fe45642f4b330f21c426a07c63367/src/edge-canary/edge-canary_512x512.png" alt="Microsoft Edge Canary browser logo"> | ||
</a> | ||
@@ -18,5 +18,6 @@ </td> | ||
* Install it using [`npm`][npm]: | ||
* Install it using: | ||
`npm install --save-dev @browser-logos/edge-canary` | ||
* [`npm`][npm]: `npm install --save-dev @browser-logos/edge-canary` | ||
* [`Yarn`][yarn]: `yarn add --dev @browser-logos/edge-canary` | ||
@@ -29,1 +30,2 @@ * Use [`cdnjs`][cdnjs]. | ||
[npm]: https://www.npmjs.com/ | ||
[yarn]: https://yarnpkg.com/ |
185332
29