Skip to content

Commit

Permalink
🚀 v62.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Jan 1, 2020
1 parent c119a4d commit 662e5bd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
Changelog
=========

62.1.3 (January 1, 2020)
------------------------

### Bug fixes / Improvements

* [[`1eb70f87c0`](https://github.com/alrra/browser-logos/commit/1eb70f87c09bcf576fb5662ba2454fd6589fbd91)] - 🗜 Further losslessly optimize `iceape.svg` (by [`Cătălin Mariș`](https://github.com/alrra)).

62.1.2 (December 31, 2019)
--------------------------

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -78,8 +78,8 @@ There are a few options for getting the browser logos:

* Install using:

* [`npm`][npm]: `npm install alrra/browser-logos#62.1.2`
* [`Yarn`][yarn]: `yarn add browser-logos#62.1.2`
* [`npm`][npm]: `npm install alrra/browser-logos#62.1.3`
* [`Yarn`][yarn]: `yarn add browser-logos#62.1.3`

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

Expand Down Expand Up @@ -115,7 +115,7 @@ paul] blog post.
<!-- Link labels: -->

[archive readme]: src/archive/README.md#readme
[archive]: https://github.com/alrra/browser-logos/archive/62.1.2.zip
[archive]: https://github.com/alrra/browser-logos/archive/62.1.3.zip
[article paul]: https://www.paulirish.com/2010/high-res-browser-icons/
[build icon]: https://github.com/alrra/browser-logos/workflows/test/badge.svg
[build url]: https://github.com/alrra/browser-logos/actions
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,5 +20,5 @@
"release": "./scripts/release.js",
"test": "npm run lint-markdown"
},
"version": "62.1.2"
"version": "62.1.3"
}

0 comments on commit 662e5bd

Please sign in to comment.