@wordpress/escape-html 3.1.0 → 3.2.0

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 +3 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 3.2.0 (2024-06-26)
6
+
5
7
  ## 3.1.0 (2024-06-15)
6
8
 
7
9
  ### Internal
@@ -141,7 +143,7 @@
141
143
 
142
144
  ## 1.8.0 (2020-04-15)
143
145
 
144
- ### New feature
146
+ ### New Features
145
147
 
146
148
  - Include TypeScript type declarations ([#20669](https://github.com/WordPress/gutenberg/pull/20669))
147
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/escape-html",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "Escape HTML utils.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a"
36
+ "gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
37
37
  }