Skip to content

Commit 8ba22bf

Browse files
committed
Update CHANGELOG
1 parent a9a3031 commit 8ba22bf

3 files changed

Lines changed: 31 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
### Pending Fixed
1414

15+
### v14.8.2 - 2025-09-15
16+
17+
- :bug: Improve COT Type Parsing
18+
1519
### v14.8.1 - 2025-09-12
1620

1721
- :rocket: Support Circle KML Style Properties

lib/types/cot-types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ export default class CoTTypes {
131131
};
132132
}
133133

134-
if (cot.cot.match(/^a-\.-/)) {
135-
const type = cot.cot.replace(/^a-\.-/, `a-${si}-`);
134+
if (cot.cot.match(/^a-.-/)) {
135+
const type = cot.cot.replace(/^a-.-/, `a-${si}-`);
136136

137137
filtered.add({
138138
...cot,

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)