Skip to content

Commit 31c8b2c

Browse files
committed
16.1.0 release
1 parent 09ec87c commit 31c8b2c

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

.changes/16.1.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 16.1.0 - 2024-03-10
2+
### Added
3+
* [#26](https://github.com/TheSpyder/rescript-nodejs/issues/26) Fs.lstatSync and lstatSyncWith
4+
### Fixed
5+
* [#23](https://github.com/TheSpyder/rescript-nodejs/issues/23) Corrected `VM` method signatures `runInContext`, `runInNewContext` and `runInThisContext`

.changes/unreleased/Added-20240310-203915.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/Fixed-20240124-121124.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

9+
## 16.1.0 - 2024-03-10
10+
### Added
11+
* [#26](https://github.com/TheSpyder/rescript-nodejs/issues/26) Fs.lstatSync and lstatSyncWith
12+
### Fixed
13+
* [#23](https://github.com/TheSpyder/rescript-nodejs/issues/23) Corrected `VM` method signatures `runInContext`, `runInNewContext` and `runInThisContext`
14+
915
## 16.0.0 - 2023-12-19
1016
### Added
1117
* [#21](https://github.com/TheSpyder/rescript-nodejs/21) Timers.Promises from NodeJS 16

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-nodejs",
3-
"version": "16.0.0",
3+
"version": "16.1.0",
44
"scripts": {
55
"build": "rescript",
66
"clean": "rescript clean",

0 commit comments

Comments
 (0)