Skip to content

Commit 8008dcc

Browse files
author
Chris Cho
authored
DOCSP-22648: Node v4.6 release (#323)
1 parent e93ec3c commit 8008dcc

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/node
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 master
3+
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 v4.6 master
44

55
raw: ${prefix}/ -> ${base}/current/
66
raw: ${prefix}/stable -> ${base}/current/

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ toc_landing_pages = [
1515
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1616

1717
[constants]
18-
version = "4.5"
18+
version = "4.6"
1919
package-name-org = "mongodb-org"
2020
pgp-version = "{+version+}"
2121
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"

source/whats-new.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ What's New
1212

1313
Learn what's new in:
1414

15+
* :ref:`Version 4.4 <version-4.6>`
16+
* :ref:`Version 4.4 <version-4.5>`
1517
* :ref:`Version 4.4 <version-4.4>`
1618
* :ref:`Version 4.3 <version-4.3>`
1719
* :ref:`Version 4.2 <version-4.2>`
@@ -20,6 +22,24 @@ Learn what's new in:
2022
* :ref:`Version 3.7 <version-3.7>`
2123
* :ref:`Version 3.6 <version-3.6>`
2224

25+
26+
.. _version-4.6:
27+
28+
What's New in 4.6
29+
-----------------
30+
31+
See `v4.6.0 Release Highlights <https://github.com/mongodb/node-mongodb-native/releases/tag/v4.6.0>`__
32+
on GitHub.
33+
34+
.. _version-4.5:
35+
36+
What's New in 4.5
37+
-----------------
38+
39+
See `v4.5.0 Release Highlights <https://github.com/mongodb/node-mongodb-native/releases/tag/v4.5.0>`__
40+
on GitHub.
41+
42+
2343
.. _version-4.4:
2444

2545
What's New in 4.4

0 commit comments

Comments
 (0)