diff --git a/CHANGELOG.md b/CHANGELOG.md index 63547897b..a7ee2d557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ---------------------- diff --git a/README.md b/README.md index c5a60302c..5e57c62cc 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ paul] blog post. [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 diff --git a/package-lock.json b/package-lock.json index 68932dfc9..5c747d94e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "browser-logos", - "version": "73.0.2", + "version": "74.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "browser-logos", - "version": "73.0.2", + "version": "74.0.0", "devDependencies": { "@octokit/rest": "^16.43.1", "inquirer": "^7.3.2", diff --git a/package.json b/package.json index e8e281d81..b0f7de81c 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,5 @@ "release": "./scripts/release.js", "test": "npm run lint-markdown" }, - "version": "73.0.2" + "version": "74.0.0" }