Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit a81bfdd

Browse files
committed
Version 2.1.3
1 parent 2e558e4 commit a81bfdd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [2.1.3] - 2017-06-16
7+
8+
### Added
9+
10+
- Number of CPUs is now configurable.
11+
- Host is configurable.
12+
13+
614
## [2.1.1] - 2017-06-15
715

816
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypernova",
3-
"version": "2.1.1",
3+
"version": "2.1.3",
44
"description": "A service for server-side rendering your JavaScript views",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)