Skip to content

Commit

Permalink
Prepare for 11.1.0-rc.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt committed Jan 30, 2024
1 parent bd37a65 commit 3b291b2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -10,11 +10,11 @@
> - :house: [Internal]
> - :nail_care: [Polish]
# 11.1.0 (Unreleased)
# 11.1.0-rc.1

#### :rocket: New Feature

- Experimental support of tagged template literals, eg ```sql`select * from ${table}```. https://github.com/rescript-lang/rescript-compiler/pull/6250
- Experimental support of tagged template literals, e.g. ```sql`select * from ${table}```. https://github.com/rescript-lang/rescript-compiler/pull/6250
- Experimental support for generic/custom JSX transforms. https://github.com/rescript-lang/rescript-compiler/pull/6565
- `dict` is now a builtin type. https://github.com/rescript-lang/rescript-compiler/pull/6590

Expand Down
2 changes: 1 addition & 1 deletion jscomp/common/bs_version.ml
Expand Up @@ -21,6 +21,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
let version = "11.1.0"
let version = "11.1.0-rc.1"
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
let package_name = ref "rescript"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rescript",
"version": "11.1.0",
"version": "11.1.0-rc.1",
"devDependencies": {
"mocha": "10.1.0",
"nyc": "15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/std/package.json
@@ -1,6 +1,6 @@
{
"name": "@rescript/std",
"version": "11.1.0",
"version": "11.1.0-rc.1",
"keywords": [
"rescript",
"stdlib",
Expand Down

0 comments on commit 3b291b2

Please sign in to comment.