Skip to content

Commit 2b56c1a

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.3...v1.1.0) (2019-06-06) ### Features * **client:** support continuation token paging ([#20](#20)) ([9b8c784](9b8c784)) * **task:** add support for lastUpdatedTime ([#18](#18)) ([dcd58e1](dcd58e1))
1 parent 9b8c784 commit 2b56c1a

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.1.0](https://github.com/princjef/irontask/compare/v1.0.3...v1.1.0) (2019-06-06)
2+
3+
4+
### Features
5+
6+
* **client:** support continuation token paging ([#20](https://github.com/princjef/irontask/issues/20)) ([9b8c784](https://github.com/princjef/irontask/commit/9b8c784))
7+
* **task:** add support for lastUpdatedTime ([#18](https://github.com/princjef/irontask/issues/18)) ([dcd58e1](https://github.com/princjef/irontask/commit/dcd58e1))
8+
19
## [1.0.3](https://github.com/princjef/irontask/compare/v1.0.2...v1.0.3) (2019-05-02)
210

311

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": "irontask",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "Persistent, queryable task scheduling for Azure Cosmos DB",
55
"keywords": [
66
"task",

0 commit comments

Comments
 (0)