Skip to content

Commit

Permalink
🚀 v71.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Feb 17, 2022
1 parent a57f2e4 commit bb02a4d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Changelog
=========

71.0.0 (February 16, 2022)
--------------------------

### Breaking Changes

* [[`93c0e6c04d`](https://github.com/alrra/browser-logos/commit/93c0e6c04d6881a48c2501c344e182359dfd5b28)] - 💥 Update Chrome Canary logo (by [`Cătălin Mariș`](https://github.com/alrra)).
* [[`82cbe42d47`](https://github.com/alrra/browser-logos/commit/82cbe42d479237e110bf2f9c01cbbb89b8234a24)] - 💥 Update Chromium logo (by [`Cătălin Mariș`](https://github.com/alrra)).
* [[`ce0aac887b`](https://github.com/alrra/browser-logos/commit/ce0aac887b51c78c4f616adcdddfa08dbf0cd4a9)] - 💥 Update Chrome logo (by [`Cătălin Mariș`](https://github.com/alrra)).

70.4.1 (December 27, 2021)
--------------------------

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#70.4.1`
* [`Yarn`][yarn]: `yarn add browser-logos#70.4.1`
* [`npm`][npm]: `npm install alrra/browser-logos#71.0.0`
* [`Yarn`][yarn]: `yarn add browser-logos#71.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/70.4.1.zip
[archive]: https://github.com/alrra/browser-logos/archive/71.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": "70.4.1"
"version": "71.0.0"
}

0 comments on commit bb02a4d

Please sign in to comment.