From 82d66f32fc20bf25a125834455df325e40336e95 Mon Sep 17 00:00:00 2001 From: Ben Hughes Date: Mon, 26 Feb 2018 16:15:10 -0800 Subject: [PATCH] v2.2.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f01dac..a148965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.2.2] - 2018-02-26 + +### Added + +- Option to execute jobs in a batch serially, rather than concurrently + +## [2.2.1] - 2018-02-26 + +Bit of a flub with dist-tags, skipped version + ## [2.2.0] - 2017-10-06 ### Changed diff --git a/package.json b/package.json index 432639e..51f0490 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hypernova", - "version": "2.2.0", + "version": "2.2.2", "description": "A service for server-side rendering your JavaScript views", "main": "lib/index.js", "scripts": {