Skip to content

Commit bec10b1

Browse files
committed
πŸš€ v62.2.26
1 parent 907cee3 commit bec10b1

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

6+
62.2.26 (May 21, 2020)
7+
----------------------
8+
9+
### Bug fixes / Improvements
10+
11+
* [[`a727c57c38`](https://github.com/alrra/browser-logos/commit/a727c57c382a7c0633af4242e505a741334df728)] - πŸ—œ Further losslessly optimize `internet-explorer-developer-channel.svg` (by [`CΔƒtΔƒlin MariΘ™`](https://github.com/alrra)).
12+
* [[`7c4655c5a3`](https://github.com/alrra/browser-logos/commit/7c4655c5a3f4caf063ac141f747a1e19fbbfe8f1)] - πŸ—œ Further losslessly optimize `internet-explorer_9-11.svg` (by [`CΔƒtΔƒlin MariΘ™`](https://github.com/alrra)).
13+
* [[`2f636fee42`](https://github.com/alrra/browser-logos/commit/2f636fee42f00753466f80740144fb8a49bf85ad)] - πŸ—œ Further losslessly optimize `chrome-beta.svg` (by [`CΔƒtΔƒlin MariΘ™`](https://github.com/alrra)).
14+
615
62.2.25 (March 18, 2020)
716
------------------------
817

β€ŽREADME.mdβ€Ž

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

7777
* Install using:
7878

79-
* [`npm`][npm]: `npm install alrra/browser-logos#62.2.25`
80-
* [`Yarn`][yarn]: `yarn add browser-logos#62.2.25`
79+
* [`npm`][npm]: `npm install alrra/browser-logos#62.2.26`
80+
* [`Yarn`][yarn]: `yarn add browser-logos#62.2.26`
8181

8282
* Download the [`zip` archive][archive].
8383

@@ -113,7 +113,7 @@ paul] blog post.
113113
<!-- Link labels: -->
114114

115115
[archive readme]: src/archive/README.md#readme
116-
[archive]: https://github.com/alrra/browser-logos/archive/62.2.25.zip
116+
[archive]: https://github.com/alrra/browser-logos/archive/62.2.26.zip
117117
[article paul]: https://www.paulirish.com/2010/high-res-browser-icons/
118118
[build icon]: https://github.com/alrra/browser-logos/workflows/test/badge.svg
119119
[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.25"
23+
"version": "62.2.26"
2424
}

0 commit comments

Comments
Β (0)