diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ee2d557..60d91416d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ Changelog ========= +74.1.0 (December 26, 2023) +-------------------------- + +### New features + +* [[`0abbddd987`](https://github.com/alrra/browser-logos/commit/0abbddd987a96b221155fb903df7df65c75460d9)] - ✨ Publish `Chrome Test` logo on `npm` (by [`Cătălin Mariș`](https://github.com/alrra)). +* [[`89e548908e`](https://github.com/alrra/browser-logos/commit/89e548908ec06d61af5b5510bb34a967acb72e8f)] - ✨ Add `Chrome Test` logo (by [`Cătălin Mariș`](https://github.com/alrra)). + 74.0.0 (June 23, 2023) ---------------------- diff --git a/README.md b/README.md index 5e57c62cc..eb99f6d03 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/74.0.0.zip +[archive]: https://github.com/alrra/browser-logos/archive/74.1.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 bed86b30e..c8c495c3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "browser-logos", - "version": "74.0.0", + "version": "74.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "browser-logos", - "version": "74.0.0", + "version": "74.1.0", "devDependencies": { "@octokit/rest": "16.43.1", "inquirer": "7.3.2", diff --git a/package.json b/package.json index 3824d5859..9b9101c9c 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,5 @@ "release": "./scripts/release.js", "test": "npm run lint-markdown" }, - "version": "74.0.0" + "version": "74.1.0" }