social-logos 3.1.0 → 3.1.1

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.1.1] - 2024-06-14
2
+ ### Changed
3
+ - Internal updates.
4
+
1
5
  ## [3.1.0] - 2024-06-13
2
6
  ### Added
3
7
  - New icon: `deezer` [#37799]
@@ -121,6 +125,7 @@
121
125
 
122
126
  - Build: Refactored (aligned build system with Gridicons).
123
127
 
128
+ [3.1.1]: https://github.com/Automattic/social-logos/compare/v3.1.0...v3.1.1
124
129
  [3.1.0]: https://github.com/Automattic/social-logos/compare/v3.0.2...v3.1.0
125
130
  [3.0.2]: https://github.com/Automattic/social-logos/compare/v3.0.1...v3.0.2
126
131
  [3.0.1]: https://github.com/Automattic/social-logos/compare/v3.0.0...v3.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "social-logos",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
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
  "bugs": {