Skip to content

Commit

Permalink
chore(release): v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Marquez committed Sep 5, 2020
1 parent e6d7797 commit 5314aa6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
9 changes: 9 additions & 0 deletions docs/es/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5314aa6

Please sign in to comment.