Skip to content

Commit f298978

Browse files
committed
πŸš€ v73.0.0
1 parent 596ef69 commit f298978

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
Changelog
44
=========
55

6+
73.0.0 (October 15, 2022)
7+
-------------------------
8+
9+
### Breaking Changes
10+
11+
* [[`14609a5705`](https://github.com/alrra/browser-logos/commit/14609a570544c5801e1c967b85f27add334ac42c)] - πŸ’₯ Update Chrome Dev logo (by [`CΔƒtΔƒlin`](https://github.com/alrra)).
12+
* [[`6b42ed9ac2`](https://github.com/alrra/browser-logos/commit/6b42ed9ac273f208879c765b566d0e77202c35eb)] - πŸ’₯ Update Chrome Beta logo (by [`CΔƒtΔƒlin`](https://github.com/alrra)).
13+
14+
### Bug fixes / Improvements
15+
16+
* [[`be238edcae`](https://github.com/alrra/browser-logos/commit/be238edcaebaa6fc9255492993e254d948689fa9)] - πŸ“š Remove recommendation of installing all logos via `npm`/`yarn` (by [`CΔƒtΔƒlin`](https://github.com/alrra)).
17+
618
72.0.0 (April 6, 2022)
719
----------------------
820

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ paul] blog post.
111111
<!-- Link labels: -->
112112

113113
[archive readme]: src/archive/README.md#readme
114-
[archive]: https://github.com/alrra/browser-logos/archive/72.0.0.zip
114+
[archive]: https://github.com/alrra/browser-logos/archive/73.0.0.zip
115115
[article paul]: https://www.paulirish.com/2010/high-res-browser-icons/
116116
[build icon]: https://github.com/alrra/browser-logos/workflows/test/badge.svg
117117
[build url]: https://github.com/alrra/browser-logos/actions

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"release": "./scripts/release.js",
2121
"test": "npm run lint-markdown"
2222
},
23-
"version": "72.0.0"
23+
"version": "73.0.0"
2424
}

0 commit comments

Comments
Β (0)