@automattic/social-previews 3.2.0 → 3.2.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
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [3.2.1] - 2026-05-11
9
+ ### Changed
10
+ - Update dependencies.
11
+
8
12
  ## [3.2.0] - 2026-05-04
9
13
  ### Changed
10
14
  - Align per-network preview body char limits with each platform's actual limit. [#48413]
@@ -181,6 +185,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
181
185
 
182
186
  - Initial release after extracting from Calypso.
183
187
 
188
+ [3.2.1]: https://github.com/Automattic/social-previews/compare/v3.2.0...v3.2.1
184
189
  [3.2.0]: https://github.com/Automattic/social-previews/compare/v3.1.4...v3.2.0
185
190
  [3.1.4]: https://github.com/Automattic/social-previews/compare/v3.1.3...v3.1.4
186
191
  [3.1.3]: https://github.com/Automattic/social-previews/compare/v3.1.2...v3.1.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/social-previews",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "A suite of components to generate previews for a post for both social and search engines.",
5
5
  "keywords": [
6
6
  "wordpress",