Skip to content

Commit 13b9572

Browse files
authored
Update/fix changelog for 10.1.2 (#5961)
1 parent 3cbbb59 commit 13b9572

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [master, 10.1_release]
5+
branches: [master, 10.1.2_release]
66
pull_request:
7-
branches: [master, 10.1_release]
7+
branches: [master, 10.1.2_release]
88

99
jobs:
1010
build:

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13+
# 10.1.2
14+
15+
- Fix an issue where error messages related to duplicate props were displayed without a loc and were unclear https://github.com/rescript-lang/syntax/pull/728
16+
1317
# 10.1.1
1418

1519
#### :boom: Breaking Change
@@ -29,7 +33,6 @@
2933
- Fix build error where aliasing arguments to `_` in the make function with JSX V4. https://github.com/rescript-lang/syntax/pull/720
3034
- Fix parsing of spread props as an expression in JSX V4 https://github.com/rescript-lang/syntax/pull/721
3135
- Fix dropping attributes from props in make function in JSX V4 https://github.com/rescript-lang/syntax/pull/723
32-
- Fix an issue where error messages related to duplicate props were displayed without a loc and were unclear https://github.com/rescript-lang/syntax/pull/728
3336

3437
# 10.1.0
3538

0 commit comments

Comments
 (0)