Skip to content

Commit 1c01c72

Browse files
[ci] release (#1041)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f05a7cc commit 1c01c72

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/selfish-dogs-love.md

-5
This file was deleted.

packages/compiler/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/compiler
22

3+
## 2.10.2
4+
5+
### Patch Changes
6+
7+
- f05a7cc: Adjust TSX output to return ranges using UTF-16 code units, as it would in JavaScript
8+
39
## 2.10.1
410

511
### Patch Changes

packages/compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"bugs": "https://github.com/withastro/compiler/issues",
77
"homepage": "https://astro.build",
8-
"version": "2.10.1",
8+
"version": "2.10.2",
99
"scripts": {
1010
"build": "tsup"
1111
},

0 commit comments

Comments
 (0)