Skip to content

Commit c2014c3

Browse files
Fix warnings revealed by v0.14.1 PS release (#32)
* Export nextTick * Update changelog
1 parent 2b745b0 commit c2014c3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ Notable changes to this project are documented in this file. The format is based
77
Breaking changes:
88

99
New features:
10+
- Export `nextTick` (#32 by @JordanMartinez)
1011

1112
Bugfixes:
1213

1314
Other improvements:
15+
- Fix warnings revealed by v0.14.1 PS release (#32 by @JordanMartinez)
1416

1517
## [v8.1.0](https://github.com/purescript-node/purescript-node-process/releases/tag/v8.1.0) - 2021-03-19
1618

@@ -21,7 +23,7 @@ New features:
2123

2224
Breaking changes:
2325
- Added support for PureScript 0.14 and dropped support for all previous versions (#24)
24-
26+
2527
New features:
2628
- Added functions to register handlers for the `uncaughtException` and `unhandledRejection` events on the process (#20)
2729
- Added `unsetEnv` for deleting environment variables (#21)

src/Node/Process.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module Node.Process
55
, onSignal
66
, onUncaughtException
77
, onUnhandledRejection
8+
, nextTick
89
, argv
910
, execArgv
1011
, execPath

0 commit comments

Comments
 (0)