Skip to content

Commit

Permalink
🚀 v74.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Jun 24, 2023
1 parent b5a5695 commit 7729b1e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 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
=========

74.0.0 (June 23, 2023)
----------------------

### Breaking Changes

* [[`8912d92038`](https://github.com/alrra/browser-logos/commit/8912d92038832c4641abb01169a938452d131dc2)] - 💥 Move Firefox Lite logo into the `archive` (by [`Cătălin Mariș`](https://github.com/alrra)).

### Bug fixes / Improvements

* [[`52a1d278da`](https://github.com/alrra/browser-logos/commit/52a1d278daf01ae4557a4307769e3fc972dda6ce)] - 📚 Fix broken links (by [`Cătălin Mariș`](https://github.com/alrra)).

73.0.2 (June 14, 2023)
----------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ paul] blog post.
<!-- Link labels: -->

[archive readme]: src/archive/README.md#readme
[archive]: https://github.com/alrra/browser-logos/archive/73.0.2.zip
[archive]: https://github.com/alrra/browser-logos/archive/74.0.0.zip
[article paul]: https://www.paulirish.com/2010/high-res-browser-icons/
[build icon]: https://github.com/alrra/browser-logos/actions/workflows/test.yml/badge.svg
[build url]: https://github.com/alrra/browser-logos/actions/workflows/test.yml
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": "73.0.2"
"version": "74.0.0"
}

0 comments on commit 7729b1e

Please sign in to comment.