Skip to content

Commit

Permalink
🚀 v70.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Apr 11, 2021
1 parent f440529 commit 9c2870e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
Changelog
=========

70.0.0 (April 10, 2021)
-----------------------

### Breaking Changes

* [[`9989d26975`](https://github.com/alrra/browser-logos/commit/9989d269753043855e1cd6b0950f74296019f888)] - 💥 Update `Epiphany Technology Preview` logo (by [`Cătălin Mariș`](https://github.com/alrra)).
* [[`83ef8c4fbb`](https://github.com/alrra/browser-logos/commit/83ef8c4fbbffb1ed56e41148252e08f95c75181b)] - 💥 Update `Web` logo (by [`Cătălin Mariș`](https://github.com/alrra)).

### Bug fixes / Improvements

* [[`9bae5de04f`](https://github.com/alrra/browser-logos/commit/9bae5de04fbe1701ed61fa9eea94cdc95ecd8350)] - 🐛 Include the main `package.json` file into the Git archive (by [`Cătălin Mariș`](https://github.com/alrra)).
* [[`ab5073fc58`](https://github.com/alrra/browser-logos/commit/ab5073fc58be6a07610fef9c5f681e58c448e14d)] - 🗜 Further optimize `firefox_23-56.svg` (by [`Cătălin Mariș`](https://github.com/alrra)).
* [[`7d88d6c6cc`](https://github.com/alrra/browser-logos/commit/7d88d6c6cc3c144431d92853ebd351ce01dd16ea)] - 🗜 Further losslessly optimize `chromium_1-11.svg` (by [`Cătălin Mariș`](https://github.com/alrra)).
* [[`3bd1fc82ad`](https://github.com/alrra/browser-logos/commit/3bd1fc82adf03f70513dac5fa11416295eb63e6c)] - 🗜 Further losslessly optimize `chrome-canary.svg` (by [`Cătălin Mariș`](https://github.com/alrra)).
* [[`9a42fd785a`](https://github.com/alrra/browser-logos/commit/9a42fd785a6f8b4ebcbe9277356eeb016c34cfcf)] - 🗜️ Further optimize images (by [`Cătălin Mariș`](https://github.com/alrra)).
* [[`f52a9a87f4`](https://github.com/alrra/browser-logos/commit/f52a9a87f49c26139200efbea5b22f69241faa4e)] - 🗜️ Further optimize images (by [`Cătălin Mariș`](https://github.com/alrra)).
* [[`147eb66ffa`](https://github.com/alrra/browser-logos/commit/147eb66ffa3ab762055f2126b27ed1d169cf514e)] - 📚 Fix broken links (by [`scribblemaniac`](https://github.com/scribblemaniac)).

69.0.4 (October 31, 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.4`
* [`Yarn`][yarn]: `yarn add browser-logos#69.0.4`
* [`npm`][npm]: `npm install alrra/browser-logos#70.0.0`
* [`Yarn`][yarn]: `yarn add browser-logos#70.0.0`

* 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.4.zip
[archive]: https://github.com/alrra/browser-logos/archive/70.0.0.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
4 changes: 2 additions & 2 deletions 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.4"
"version": "70.0.0"
}

0 comments on commit 9c2870e

Please sign in to comment.