Skip to content

Commit 95df049

Browse files
authored
Set version to 11.1.2 (#6827)
1 parent 4749d88 commit 95df049

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13-
# 11.1.2-rc.2
13+
# 11.1.2
14+
15+
#### :bug: Bug Fix
16+
17+
- Fix issue where capitalised type variables were only allowed in certain positions. https://github.com/rescript-lang/rescript-compiler/pull/6820
1418

1519
# 11.1.2-rc.1
1620

@@ -26,7 +30,6 @@
2630
- Fix issue in gentype when type `Jsx.element` surfaces to the user. https://github.com/rescript-lang/rescript-compiler/pull/6808
2731
- Fix inclusion check (impl vs interface) for untagged variants, and fix the outcome printer to show tags. https://github.com/rescript-lang/rescript-compiler/pull/6669
2832
- Fix encoding inside tagged template literals. https://github.com/rescript-lang/rescript-compiler/pull/6810
29-
- Fix issue where capitalised type variables were only allowed in certain positions. https://github.com/rescript-lang/rescript-compiler/pull/6820
3033

3134
# 11.1.1
3235

jscomp/common/bs_version.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
* You should have received a copy of the GNU Lesser General Public License
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
24-
let version = "11.1.2-rc.2"
24+
let version = "11.1.2"
2525
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
2626
let package_name = ref "rescript"

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript",
3-
"version": "11.1.2-rc.2",
3+
"version": "11.1.2",
44
"devDependencies": {
55
"mocha": "10.1.0",
66
"nyc": "15.0.0",

packages/std/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/std",
3-
"version": "11.1.2-rc.2",
3+
"version": "11.1.2",
44
"keywords": [
55
"rescript",
66
"stdlib",

0 commit comments

Comments
 (0)