Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Skeggs committed Nov 23, 2019
1 parent 9a826ad commit e1cb3c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.2.0](https://github.com/mongoist/mongoist/compare/v2.1.0...v2.2.0) (2019-11-23)


### Features

* **cursor:** support async iteration ([#36](https://github.com/mongoist/mongoist/issues/36)) ([9a826ad](https://github.com/mongoist/mongoist/commit/9a826ad311af52878b009ba896225d8ac1171f26)), closes [#35](https://github.com/mongoist/mongoist/issues/35)

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


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.1.0",
"version": "2.2.0",
"description": "Mongodb driver inspired by mongojs built with async/await in mind",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit e1cb3c3

Please sign in to comment.