@adobe/helix-html-pipeline 6.14.6 → 6.14.7

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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [6.14.7](https://github.com/adobe/helix-html-pipeline/compare/v6.14.6...v6.14.7) (2024-09-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * icon regex to allow numbers to have a hyphen following as longs as that follows with another character ([#693](https://github.com/adobe/helix-html-pipeline/issues/693)) ([ead8f77](https://github.com/adobe/helix-html-pipeline/commit/ead8f77538e7c46989548e6b3397a1b0a7d87358))
7
+ * Revert "fix: icon regex to allow numbers to have a hyphen following as longs as that follows with another character ([#693](https://github.com/adobe/helix-html-pipeline/issues/693))" ([509b7a2](https://github.com/adobe/helix-html-pipeline/commit/509b7a2ad18d57104f62e9924ae7a39b711f0a53))
8
+
1
9
  ## [6.14.6](https://github.com/adobe/helix-html-pipeline/compare/v6.14.5...v6.14.6) (2024-09-17)
2
10
 
3
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-html-pipeline",
3
- "version": "6.14.6",
3
+ "version": "6.14.7",
4
4
  "description": "Helix HTML Pipeline",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",