From af1f18f75121b99e1a20f0430b9e6690d72a71a5 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Mon, 12 Nov 2018 14:08:29 +0300 Subject: [PATCH] chore: `5.0.0` release --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8037b..aba35a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## 5.0.0 + +* Feat: make webpack compilation hash value available to templates. +* Changed: drop support `node@4`. + ## 4.0.1 - 2018-04-23 * Fixed: support `webpack@4`. diff --git a/package-lock.json b/package-lock.json index a1266ab..e901abe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nunjucks-webpack-plugin", - "version": "4.0.1", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1031508..69e8d21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nunjucks-webpack-plugin", - "version": "4.0.1", + "version": "5.0.0", "description": "A webpack plugin for nunjucks", "keywords": [ "webpack",