Skip to content

Commit 9189d19

Browse files
committed
πŸš€ v62.2.11
1 parent 9d8bc8a commit 9189d19

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Changelog
44
=========
55

6+
62.2.11 (February 13, 2020)
7+
---------------------------
8+
9+
### Bug fixes / Improvements
10+
11+
* [[`ccb21ab027`](https://github.com/alrra/browser-logos/commit/ccb21ab027ba93190110d2a26e4fb41929be503f)] - πŸ—œ Further optimize `firefox-preview-beta.svg` (by [`CΔƒtΔƒlin MariΘ™`](https://github.com/alrra)).
12+
613
62.2.10 (February 12, 2020)
714
---------------------------
815

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ There are a few options for getting the browser logos:
7878

7979
* Install using:
8080

81-
* [`npm`][npm]: `npm install alrra/browser-logos#62.2.10`
82-
* [`Yarn`][yarn]: `yarn add browser-logos#62.2.10`
81+
* [`npm`][npm]: `npm install alrra/browser-logos#62.2.11`
82+
* [`Yarn`][yarn]: `yarn add browser-logos#62.2.11`
8383

8484
* Download the [`zip` archive][archive].
8585

@@ -115,7 +115,7 @@ paul] blog post.
115115
<!-- Link labels: -->
116116

117117
[archive readme]: src/archive/README.md#readme
118-
[archive]: https://github.com/alrra/browser-logos/archive/62.2.10.zip
118+
[archive]: https://github.com/alrra/browser-logos/archive/62.2.11.zip
119119
[article paul]: https://www.paulirish.com/2010/high-res-browser-icons/
120120
[build icon]: https://github.com/alrra/browser-logos/workflows/test/badge.svg
121121
[build url]: https://github.com/alrra/browser-logos/actions

β€Žpackage-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"release": "./scripts/release.js",
2121
"test": "npm run lint-markdown"
2222
},
23-
"version": "62.2.10"
23+
"version": "62.2.11"
2424
}

0 commit comments

Comments
Β (0)