Skip to content

Commit cdf46ac

Browse files
committed
2.0.2
1 parent 9f639a4 commit cdf46ac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to CSS Tokenizer
22

3+
### 2.0.2 (August 22, 2021)
4+
5+
- Fixes an issue consuming digits after a number that begins with a decimal.
6+
37
### 2.0.1 (May 11, 2021)
48

59
- Fixes an issue where string tokens incorrectly put the lead quotation in the main value.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package",
33
"name": "@csstools/tokenizer",
44
"description": "Tokenize CSS according to the CSS Syntax",
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"type": "module",
77
"main": "dist/index.cjs",
88
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)