We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891a784 commit 01fd75eCopy full SHA for 01fd75e
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
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
11
## 2.0.0
12
13
* Update dependencies. hstream now requires Node.js 8 or up.
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "hstream",
3
"description": "streaming html templates",
- "version": "2.0.0",
+ "version": "3.0.0",
"author": "Renée Kooi <[email protected]>",
"bugs": {
"url": "https://github.com/stackhtml/hstream/issues"
0 commit comments