Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 6784a98

Browse files
authored
Merge pull request #435 from exoego/releasing
Releasing 0.14.0
2 parents 9350439 + 311a4e9 commit 6784a98

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# scala-js-nodejs
22

3-
Scala.js type facades for Node.js v10, v12 and v14.
3+
Scala.js type facades for Node.js v10, v12, v14 and v16.
44

55
## Support matrix
66

@@ -25,11 +25,13 @@ Add below line to your SBT project.
2525

2626
```sbt
2727
// For Node.js v10 LTS (Will be dropped on 2021-4-30)
28-
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v10" % "0.13.0"
28+
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v10" % "0.14.0"
2929
// For Node.js v12 LTS
30-
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v12" % "0.13.0"
30+
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v12" % "0.14.0"
3131
// For Node.js v14 LTS
32-
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v14" % "0.13.0"
32+
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v14" % "0.14.0"
33+
// For Node.js v16 LTS
34+
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v16" % "0.14.0"
3335
```
3436

3537
## Example of code

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.13.0"
1+
ThisBuild / version := "0.14.0"

0 commit comments

Comments
 (0)