Skip to content

Commit ec5b4e4

Browse files
committed
chore(release): release v2.1.1
Signed-off-by: Vedant K <gamemaker0042@gmail.com>
1 parent 9a2834c commit ec5b4e4

File tree

4 files changed

+5
-27
lines changed

4 files changed

+5
-27
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dabbu-files-api-server",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "An implementation of the Dabbu Files API that enables you to access your files, folders and emails stored with multiple providers as simple files and folders, all in one place!",
55
"main": "src/index.js",
66
"scripts": {

release-notes.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
## Features added
1+
## Bug fixes
22

3-
- feat(list api): implement pagination [601bd83]
4-
- all providers (except hard drive) now return a nextSetToken in
5-
the response
6-
- the maximum number of results at once is 50, can be changed using
7-
the limit query parameter (recommended is default, 50)
8-
- they also accept a nextSetToken in the query parameters to get
9-
results from a certain point
10-
- fix(arg parsing): cast port to integer if specified [2a22d3e]
11-
12-
## Provider specific changes
13-
14-
### Gmail
15-
16-
- feat(gmail): add ability to list all mail using ALL_MAIL label [f6950f3]
17-
18-
## Builds/CI
19-
20-
- fix(scripts): copy bump version script from cli repo [f8f8a67]
21-
- ci: change method for detecting prereleases [cff5bc0]
22-
- delete CHANGELOG.md, as it is no longer used
23-
24-
- style: rename readme, contributing, release notes to have .md ext [7afd270]
25-
- style: rename readme, contributing, release notes to lower case [d7c3867]
3+
- fix(gmail): crash when trying to access ALL_MAIL [4f686f9]

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.1.0
1+
v2.1.1

0 commit comments

Comments
 (0)