Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saintedlama committed Nov 9, 2019
1 parent 225a63e commit b074854
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.1.0](https://github.com/mongoist/mongoist/compare/v2.0.0...v2.1.0) (2019-11-09)


### Features

* add addCursorFlag method ([#26](https://github.com/mongoist/mongoist/issues/26)) ([318c975](https://github.com/mongoist/mongoist/commit/318c975a78b8271a341d4a5a93c48316b9e45bf7))
* Add adminCommand database method ([#30](https://github.com/mongoist/mongoist/issues/30)) ([07705c5](https://github.com/mongoist/mongoist/commit/07705c555383d6c1c11c3904e85f0356f72db00b))


### Bug Fixes

* remove cross-env to not break builds in node 6 and 7 ([e677ec7](https://github.com/mongoist/mongoist/commit/e677ec7a27da6b30675ee6838622076a09726b23))

<a name="2.0.0"></a>
# [2.0.0](https://github.com/saintedlama/mongoist/compare/v1.7.4...v2.0.0) (2018-12-06)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoist",
"version": "2.0.0",
"version": "2.1.0",
"description": "Mongodb driver inspired by mongojs built with async/await in mind",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit b074854

Please sign in to comment.