@browser-logos/chrome_1-11
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -1,10 +0,23 @@ | ||
## 1.0.9 (October 13, 2019) | ||
<!-- markdownlint-disable line-length --> | ||
Changelog | ||
========= | ||
1.0.10 (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)). | ||
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) | ||
----------------------- | ||
## 1.0.8 (August 27, 2019) | ||
### Bug fixes / Improvements | ||
@@ -14,5 +27,5 @@ | ||
1.0.7 (May 8, 2019) | ||
------------------- | ||
## 1.0.7 (May 8, 2019) | ||
### Bug fixes / Improvements | ||
@@ -22,5 +35,5 @@ | ||
1.0.6 (March 15, 2019) | ||
---------------------- | ||
## 1.0.6 (March 15, 2019) | ||
### Bug fixes / Improvements | ||
@@ -31,5 +44,5 @@ | ||
1.0.5 (March 7, 2019) | ||
--------------------- | ||
## 1.0.5 (March 7, 2019) | ||
### Bug fixes / Improvements | ||
@@ -42,5 +55,5 @@ | ||
1.0.4 (December 30, 2017) | ||
------------------------- | ||
## 1.0.4 (December 30, 2017) | ||
### Bug fixes / Improvements | ||
@@ -50,5 +63,5 @@ | ||
1.0.3 (June 3, 2017) | ||
-------------------- | ||
## 1.0.3 (June 3, 2017) | ||
### Bug fixes / Improvements | ||
@@ -58,5 +71,5 @@ | ||
1.0.2 (May 27, 2017) | ||
-------------------- | ||
## 1.0.2 (May 27, 2017) | ||
### Bug fixes / Improvements | ||
@@ -66,5 +79,5 @@ | ||
1.0.1 (March 20, 2016) | ||
---------------------- | ||
## 1.0.1 (March 20, 2016) | ||
### Bug fixes / Improvements | ||
@@ -74,5 +87,5 @@ | ||
1.0.0 (December 18, 2016) | ||
------------------------- | ||
## 1.0.0 (December 18, 2016) | ||
✨ |
@@ -17,3 +17,3 @@ { | ||
}, | ||
"version": "1.0.9" | ||
"version": "1.0.10" | ||
} |
@@ -1,8 +0,10 @@ | ||
# Chrome v1-11 | ||
Chrome v1-11 | ||
============ | ||
<!-- markdownlint-disable line-length no-inline-html --> | ||
<table> | ||
<tr height=230> | ||
<td> | ||
<a href="https://github.com/alrra/browser-logos/tree/8fab53c2544fe45642f4b330f21c426a07c63367/src/archive/chrome_1-11"> | ||
<img width=220 src="https://raw.githubusercontent.com/alrra/browser-logos/8fab53c2544fe45642f4b330f21c426a07c63367/src/archive/chrome_1-11/chrome_1-11.svg?sanitize=true" alt="Chrome v1-11 browser logo"> | ||
<a href="https://github.com/alrra/browser-logos/tree/896ab303b43decd25c518ea5dc0081e6974d344a/src/archive/chrome_1-11"> | ||
<img width=220 src="https://raw.githubusercontent.com/alrra/browser-logos/896ab303b43decd25c518ea5dc0081e6974d344a/src/archive/chrome_1-11/chrome_1-11.svg?sanitize=true" alt="Chrome v1-11 browser logo"> | ||
</a> | ||
@@ -12,18 +14,15 @@ </td> | ||
</table> | ||
<!-- markdownlint-enable line-length no-inline-html --> | ||
## How do I get this logo? | ||
How to get the logo | ||
------------------- | ||
You can either: | ||
Get it using: | ||
* Install it using: | ||
* [`npm`][npm]: `npm install --save-dev @browser-logos/chrome_1-11` | ||
* [`Yarn`][yarn]: `yarn add --dev @browser-logos/chrome_1-11` | ||
* [`npm`][npm]: `npm install --save-dev @browser-logos/chrome_1-11` | ||
* [`Yarn`][yarn]: `yarn add --dev @browser-logos/chrome_1-11` | ||
* Use [`cdnjs`][cdnjs]. | ||
<!-- Link labels: --> | ||
[cdnjs]: https://cdnjs.com/libraries/browser-logos | ||
[npm]: https://www.npmjs.com/ | ||
[yarn]: https://yarnpkg.com/ |
859991
28