Skip to content

Commit 68d3122

Browse files
committed
2.0.0
1 parent 0a3e176 commit 68d3122

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 2.0.0
8+
9+
* Update dependencies. hstream now requires Node.js 8 or up.
10+
711
## 1.2.0
812

913
* Add ability to append or prepend to attributes (https://github.com/stackhtml/hstream/commit/e9b71c39d5a08d27b2ee09ae3043abcecd57b3db)

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hstream",
33
"description": "streaming html templates",
4-
"version": "1.2.0",
4+
"version": "2.0.0",
55
"author": "Renée Kooi <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/stackhtml/hstream/issues"
@@ -20,6 +20,9 @@
2020
"standard": "^14.0.0",
2121
"tape": "^4.13.0"
2222
},
23+
"engines": {
24+
"node": ">= 8"
25+
},
2326
"homepage": "https://github.com/stackhtml/hstream",
2427
"keywords": [
2528
"html",

0 commit comments

Comments
 (0)