From 5490b1fb7e1782491d2b5a770c7c60a068465451 Mon Sep 17 00:00:00 2001 From: Julio Marquez Date: Sun, 19 Jul 2020 15:55:19 -0300 Subject: [PATCH] chore(release): v3.1.0 --- CHANGELOG.md | 11 +++++++++++ src/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e3d99..85cc393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +# [v3.1.0](https://github.com/juliomrqz/nativescript-vibrate/compare/v3.0.0...v3.1.0) (2020-07-19) + +* dependencies updates + +### Refactor + +* update layout of docs articles ([b59869c](https://github.com/juliomrqz/nativescript-vibrate/commit/b59869c01ad101e78f49ae4d32b5b499ce4c82c9)) +* update project owner ([d52289b](https://github.com/juliomrqz/nativescript-vibrate/commit/d52289b83ccb876924419bd5ea09e5c783581aa6)) + + + ## [v3.0.0](https://github.com/juliomrqz/nativescript-vibrate/tree/v3.0.0) (2019-11-21) - Bump dependencies to NativeScript 6 diff --git a/src/package.json b/src/package.json index 1dc75fe..fb6a5e6 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-vibrate", - "version": "3.0.0", + "version": "3.1.0", "description": "A vibrate NativeScript plugin for Android and iOS", "main": "vibrate", "typings": "index.d.ts",