Skip to content

Commit 01fd75e

Browse files
committed
3.0.0
1 parent 891a784 commit 01fd75e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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+
## 3.0.0
8+
9+
* Update dependencies. This major version bump is out of caution in case the parsing for the underlying HTML or CSS selector libraries changed.
10+
711
## 2.0.0
812

913
* Update dependencies. hstream now requires Node.js 8 or up.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hstream",
33
"description": "streaming html templates",
4-
"version": "2.0.0",
4+
"version": "3.0.0",
55
"author": "Renée Kooi <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/stackhtml/hstream/issues"

0 commit comments

Comments
 (0)