From 6c882119f103b7b5103ba076ea395014268a5887 Mon Sep 17 00:00:00 2001 From: fatme Date: Mon, 22 Apr 2019 11:30:23 +0300 Subject: [PATCH] release: cut the 0.21.2 release --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af59993..845a7224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.21.2](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.21.0...0.21.2) (2019-04-22) + + +### Bug Fixes + +* add support for executing unit tests for vue projects ([#870](https://github.com/NativeScript/nativescript-dev-webpack/issues/870)) ([c8afe9f](https://github.com/NativeScript/nativescript-dev-webpack/commit/c8afe9f)) + + + ## [0.21.1](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.21.0...0.21.1) (2019-04-18) diff --git a/package.json b/package.json index 6a0a709d..cf938de4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-dev-webpack", - "version": "0.21.1", + "version": "0.21.2", "main": "index", "description": "", "homepage": "http://www.telerik.com",