diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5c7e2..d1ca6c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log +# [v4.0.1](/~https://github.com/juliomrqz/nativescript-vibrate/compare/v4.0.0...v4.0.1) (2020-09-02) + +* fix typing errors ([8d46ed0d](/~https://github.com/juliomrqz/nativescript-vibrate/commit/8d46ed0dea82818601bd8df2bf5daea5aa13e315)) + +### Refactor + +* upgrade demo to NativeScript v7 ([e6d7797f](/~https://github.com/juliomrqz/nativescript-vibrate/commit/e6d7797fb81a8b0b9af221c423012a5eba381487)) + # [v4.0.0](/~https://github.com/juliomrqz/nativescript-vibrate/compare/v3.1.0...v4.0.0) (2020-09-02) - Support NativeScript 7 ([#126](/~https://github.com/juliomrqz/nativescript-vibrate/pull/126)), (thanks to [EddyVerbruggen](/~https://github.com/EddyVerbruggen)) diff --git a/docs/changelog.md b/docs/changelog.md index c7f3a6e..42c5169 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,15 @@ position: 3 category: "Getting started" --- +# [v4.0.1](/~https://github.com/juliomrqz/nativescript-vibrate/compare/v4.0.0...v4.0.1) (2020-09-02) + +* fix typing errors ([8d46ed0d](/~https://github.com/juliomrqz/nativescript-vibrate/commit/8d46ed0dea82818601bd8df2bf5daea5aa13e315)) + +### Refactor + +* upgrade demo to NativeScript v7 ([e6d7797f](/~https://github.com/juliomrqz/nativescript-vibrate/commit/e6d7797fb81a8b0b9af221c423012a5eba381487)) + + ## [v4.0.0](/~https://github.com/juliomrqz/nativescript-vibrate/compare/v3.1.0...v4.0.0) (2020-09-02) - Support NativeScript 7 ([#126](/~https://github.com/juliomrqz/nativescript-vibrate/pull/126)), (thanks to [EddyVerbruggen](/~https://github.com/EddyVerbruggen)) diff --git a/docs/es/changelog.md b/docs/es/changelog.md index 6ecf3be..3294b5f 100644 --- a/docs/es/changelog.md +++ b/docs/es/changelog.md @@ -7,6 +7,15 @@ position: 3 category: "Primeros Pasos" --- +# [v4.0.1](/~https://github.com/juliomrqz/nativescript-vibrate/compare/v4.0.0...v4.0.1) (2020-09-02) + +* fix typing errors ([8d46ed0d](/~https://github.com/juliomrqz/nativescript-vibrate/commit/8d46ed0dea82818601bd8df2bf5daea5aa13e315)) + +### Refactor + +* upgrade demo to NativeScript v7 ([e6d7797f](/~https://github.com/juliomrqz/nativescript-vibrate/commit/e6d7797fb81a8b0b9af221c423012a5eba381487)) + + ## [v4.0.0](/~https://github.com/juliomrqz/nativescript-vibrate/compare/v3.1.0...v4.0.0) (2020-09-02) - Support NativeScript 7 ([#126](/~https://github.com/juliomrqz/nativescript-vibrate/pull/126)), (thanks to [EddyVerbruggen](/~https://github.com/EddyVerbruggen)) diff --git a/src/package.json b/src/package.json index 9127085..8e64e25 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-vibrate", - "version": "4.0.0", + "version": "4.0.1", "description": "A vibrate NativeScript plugin for Android and iOS", "main": "vibrate", "typings": "index.d.ts",