diff --git a/HISTORY.md b/HISTORY.md index 2f360937..8b4baa9a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,13 @@ +1.2.1 / 2018-01-15 +================== + + * Update Typescript type definitions (thanks @brickyang for #90). + +1.2.0 / 2018-01-10 +================== + + * Add Typescript type definitions (thanks @pbadenski for #80 and @martinwepner for #89). + 1.1.0 / 2017-08-12 ================== diff --git a/package.json b/package.json index 424f26cd..e57a3ea9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bee-queue", - "version": "1.2.0", + "version": "1.2.1", "description": "A simple, fast, robust job/task queue, backed by Redis.", "main": "index.js", "dependencies": {