Skip to content

Commit af1f18f

Browse files
chore: 5.0.0 release
1 parent 2e65824 commit af1f18f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
## 5.0.0
8+
9+
* Feat: make webpack compilation hash value available to templates.
10+
* Changed: drop support `node@4`.
11+
712
## 4.0.1 - 2018-04-23
813

914
* Fixed: support `webpack@4`.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nunjucks-webpack-plugin",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "A webpack plugin for nunjucks",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)