Skip to content

Commit

Permalink
🚀 v69.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Sep 27, 2020
1 parent 188a058 commit 2cc7f9c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
Changelog
=========

69.0.1 (September 27, 2020)
---------------------------

### Bug fixes / Improvements

* [[`73e1d9fb79`](https://github.com/alrra/browser-logos/commit/73e1d9fb79bb75439278ea323b8439a4157b6bc9)] - 🗜 Further optimize `chromium.svg` (by [`Cătălin Mariș`](https://github.com/alrra)).
* [[`c48d8f9805`](https://github.com/alrra/browser-logos/commit/c48d8f9805110d0ab1628a84a1d02eebbf7d8875)] - 🗜 Further optimize `chrome-dev.svg` (by [`Cătălin Mariș`](https://github.com/alrra)).
* [[`35b701f275`](https://github.com/alrra/browser-logos/commit/35b701f275b03edf3c239e4c83f33b4f1704ad73)] - 🗜 Further optimize `chrome-canary.svg` (by [`Cătălin Mariș`](https://github.com/alrra)).
* [[`b4be300571`](https://github.com/alrra/browser-logos/commit/b4be3005715f9d67c2b57d4bd0ad71c0b492f450)] - 🗜 Further optimize `chrome-beta.svg` (by [`Cătălin Mariș`](https://github.com/alrra)).
* [[`92cd628bbe`](https://github.com/alrra/browser-logos/commit/92cd628bbeb11dcad2583796295a1098b11c764e)] - 🗜 Further losslessly optimize `firefox-developer-edition_57-70.svg` (by [`Cătălin Mariș`](https://github.com/alrra)).

69.0.0 (August 20, 2020)
------------------------

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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#69.0.0`
* [`Yarn`][yarn]: `yarn add browser-logos#69.0.0`
* [`npm`][npm]: `npm install alrra/browser-logos#69.0.1`
* [`Yarn`][yarn]: `yarn add browser-logos#69.0.1`

* Download the [`zip` archive][archive].
* Use [`cdnjs`][cdnjs].
Expand Down Expand Up @@ -116,7 +116,7 @@ paul] blog post.
<!-- Link labels: -->

[archive readme]: src/archive/README.md#readme
[archive]: https://github.com/alrra/browser-logos/archive/69.0.0.zip
[archive]: https://github.com/alrra/browser-logos/archive/69.0.1.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
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"release": "./scripts/release.js",
"test": "npm run lint-markdown"
},
"version": "69.0.0"
"version": "69.0.1"
}

0 comments on commit 2cc7f9c

Please sign in to comment.