diff --git a/CHANGELOG.md b/CHANGELOG.md index 6164902..00ae117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v3.7.1 (2024-05-08) + +- [Deal with unescaped colons preceded by escaped backslashes when stripping pseudo classes](https://github.com/assetgraph/font-tracer/commit/5c3f1bfb83d89cdba7bc0430df1f315aba0097c9) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) + ### v3.7.0 (2024-05-08) #### Pull requests diff --git a/package.json b/package.json index 1574a04..8a06b0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "font-tracer", - "version": "3.7.0", + "version": "3.7.1", "description": "Trace text and the associated font-related CSS properties in a DOM", "repository": "git://github.com/assetgraph/font-tracer.git", "main": "lib/fontTracer.js",