Skip to content

Commit

Permalink
🚀 v70.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Sep 15, 2021
1 parent daaae8a commit 5b8bfea
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
Changelog
=========

70.3.0 (September 15, 2021)
---------------------------

### Bug fixes / Improvements

* [[`37a7763893`](https://github.com/alrra/browser-logos/commit/37a77638930dfd03d988d9dd833628fb3c86ef6e)] - 🔧 Tweak and further optimize `safari.svg` (by [`Cătălin Mariș`](https://github.com/alrra)).

### New features

* [[`260d24e082`](https://github.com/alrra/browser-logos/commit/260d24e0829f26965e5736d6db9c0f02924eb280)] - ✨ Add `safari.svg` (by [`Eoghan Murray`](https://github.com/eoghanmurray)).

70.2.0 (September 11, 2021)
---------------------------

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#70.2.0`
* [`Yarn`][yarn]: `yarn add browser-logos#70.2.0`
* [`npm`][npm]: `npm install alrra/browser-logos#70.3.0`
* [`Yarn`][yarn]: `yarn add browser-logos#70.3.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.2.0.zip
[archive]: https://github.com/alrra/browser-logos/archive/70.3.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
Expand Up @@ -20,5 +20,5 @@
"release": "./scripts/release.js",
"test": "npm run lint-markdown"
},
"version": "70.2.0"
"version": "70.3.0"
}

0 comments on commit 5b8bfea

Please sign in to comment.