@wordpress/html-entities
Advanced tools
Comparing version 3.50.0 to 3.51.0
@@ -52,5 +52,4 @@ /** @type {HTMLTextAreaElement} */ | ||
*/ | ||
return (/** @type {string} */decoded | ||
); | ||
return /** @type {string} */decoded; | ||
} | ||
//# sourceMappingURL=index.js.map |
@@ -58,5 +58,4 @@ "use strict"; | ||
*/ | ||
return (/** @type {string} */decoded | ||
); | ||
return /** @type {string} */decoded; | ||
} | ||
//# sourceMappingURL=index.js.map |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 3.51.0 (2024-02-09) | ||
## 3.50.0 (2024-01-24) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/html-entities", | ||
"version": "3.50.0", | ||
"version": "3.51.0", | ||
"description": "HTML entity utilities for WordPress.", | ||
@@ -35,3 +35,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "45de2cb4212fed7f2763e95f10300d1ff9d0ec08" | ||
"gitHead": "eb796371e9630636a4a8837033807b0c4a06ed67" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
65221
208