Skip to content

Commit 8bffb11

Browse files
committed
chore: fix dangling merge conflict in CHANGELOG
Fix #14512
1 parent 78bbcb5 commit 8bffb11

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CHANGELOG.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
* docs(connections): add note about using asPromise() with createConnection() for error handling #14364 #14266
8181
* docs(model+query+findoneandupdate): add more details about overwriteDiscriminatorKey option to docs #14264 #14246
8282

83-
<<<<<<< HEAD
8483
8.2.0 / 2024-02-22
8584
==================
8685
* feat(model): add recompileSchema() function to models to allow applying schema changes after compiling #14306 #14296
@@ -114,6 +113,11 @@
114113
* types(query): add back context and setDefaultsOnInsert as Mongoose-specific query options #14284 #14282
115114
* types(query): add missing runValidators back to MongooseQueryOptions #14278 #14275
116115

116+
6.12.6 / 2024-01-22
117+
===================
118+
* fix(collection): correctly handle buffer timeouts with find() #14277
119+
* fix(document): allow calling push() with different $position arguments #14254
120+
117121
8.1.0 / 2024-01-16
118122
==================
119123
* feat: upgrade MongoDB driver -> 6.3.0 #14241 #14189 #14108 #14104
@@ -138,12 +142,6 @@
138142
* docs: update TLS/SSL guide for Mongoose v8 - MongoDB v6 driver deprecations #14170 [andylwelch](https://github.com/andylwelch)
139143
* docs: update findOneAndUpdate tutorial to use includeResultMetadata #14208 #14207
140144
* docs: clarify disabling _id on subdocs #14195 #14194
141-
=======
142-
6.12.6 / 2024-01-22
143-
===================
144-
* fix(collection): correctly handle buffer timeouts with find() #14277
145-
* fix(document): allow calling push() with different $position arguments #14254
146-
>>>>>>> 7.x
147145

148146
7.6.8 / 2024-01-08
149147
==================

0 commit comments

Comments
 (0)