social-logos 3.3.12 → 3.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [3.3.13] - 2026-04-27
2
+ ### Changed
3
+ - Internal updates.
4
+
1
5
  ## [3.3.12] - 2026-03-30
2
6
  ### Changed
3
7
  - Update package dependencies. [#47818]
@@ -324,6 +328,7 @@
324
328
 
325
329
  - Build: Refactored (aligned build system with Gridicons).
326
330
 
331
+ [3.3.13]: https://github.com/Automattic/social-logos/compare/v3.3.12...v3.3.13
327
332
  [3.3.12]: https://github.com/Automattic/social-logos/compare/v3.3.11...v3.3.12
328
333
  [3.3.11]: https://github.com/Automattic/social-logos/compare/v3.3.10...v3.3.11
329
334
  [3.3.10]: https://github.com/Automattic/social-logos/compare/v3.3.9...v3.3.10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "social-logos",
3
- "version": "3.3.12",
3
+ "version": "3.3.13",
4
4
  "description": "A repository of all the social logos used on WordPress.com.",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/social-logos/",
6
6
  "author": "Automattic",