Skip to content

Commit 9ce9d55

Browse files
authored
Prepare for 12.0.0-beta.14 release (#7937)
1 parent f8103f2 commit 9ce9d55

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,22 @@
1010
> - :nail_care: [Polish]
1111
> - :house: [Internal]
1212
13-
# 12.0.0-beta.14 (Unreleased)
13+
# 12.0.0-beta.14
1414

1515
#### :boom: Breaking Change
1616

17-
- Removed "rescript legacy" subcommand in favor of separate "rescript-legacy" binary. https://github.com/rescript-lang/rescript/pull/7928
18-
- Add comparison fn for Error in Result.equal and compare. https://github.com/rescript-lang/rescript/pull/7933
17+
- Removed `rescript legacy` subcommand in favor of separate `rescript-legacy` binary. https://github.com/rescript-lang/rescript/pull/7928
18+
- Add comparison function for `Error` in `Result.equal` and `compare`. https://github.com/rescript-lang/rescript/pull/7933
1919
- Rewatch: `"type": "dev"` and `dev-dependencies` will be compiled by default for local packages. The `--dev` flag no longer does anything. https://github.com/rescript-lang/rescript/pull/7934
2020

21-
#### :eyeglasses: Spec Compliance
22-
23-
#### :rocket: New Feature
24-
2521
#### :bug: Bug fix
2622

2723
- Prevent lockfile creation when project folder is missing. https://github.com/rescript-lang/rescript/pull/7927
2824
- Fix parameter type / return type ambiguity error for unit case. https://github.com/rescript-lang/rescript/pull/7930
2925

30-
#### :memo: Documentation
31-
3226
#### :nail_care: Polish
3327

34-
- Rewatch cli: do not show build command options in the root help. https://github.com/rescript-lang/rescript/pull/7715
28+
- ReScript cli: do not show build command options in the root help. https://github.com/rescript-lang/rescript/pull/7715
3529
- Deprecate reanalyze `@raises` in favor of `@throws`. https://github.com/rescript-lang/rescript/pull/7932
3630

3731
#### :house: Internal

0 commit comments

Comments
 (0)