From 89b28eaccc28f28222c1d4219362ad509fb18ba4 Mon Sep 17 00:00:00 2001 From: vchimev Date: Thu, 22 Jun 2017 16:00:52 +0300 Subject: [PATCH 1/2] release: cut the 0.7.1 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8cc61a7..052ce012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-dev-webpack", - "version": "0.6.3", + "version": "0.7.1", "main": "index", "description": "", "homepage": "http://www.telerik.com", From e8342f2433fac9d6b736b1e17ae8c37698bda687 Mon Sep 17 00:00:00 2001 From: vchimev Date: Thu, 22 Jun 2017 16:01:47 +0300 Subject: [PATCH 2/2] docs: add changelog for 0.7.1 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8664f2..53329ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## [0.7.1](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.6.3...0.7.1) (2017-06-22) + + +### Bug Fixes + +* **mangle-excludes:** add Compat Query and Close listener classes ([#190](https://github.com/NativeScript/nativescript-dev-webpack/issues/190)) ([5791cfc](https://github.com/NativeScript/nativescript-dev-webpack/commit/5791cfc)) + + +### Features + +* introduce support for v8 heap snapshot generation ([1b5dcdc](https://github.com/NativeScript/nativescript-dev-webpack/commit/1b5dcdc)) +* add BundleAnalyzerPlugin to webpack config ([ac32b14](https://github.com/NativeScript/nativescript-dev-webpack/commit/ac32b14)) + + + ## [0.6.3](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.6.2...0.6.3) (2017-06-09)