From 9fb69a4aa78d6ffc2f12c8aa989f76ef8302d26c Mon Sep 17 00:00:00 2001 From: Mathieu Morainville Date: Fri, 16 Mar 2018 20:52:45 +0100 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70130b3..b040e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.0.1](https://github.com/pulsardev/vue-tour/compare/v1.0.0...v1.0.1) (2018-03-16) + + +### Bug Fixes + +* bump the vue-tour version in the demo ([1c7a9eb](https://github.com/pulsardev/vue-tour/commit/1c7a9eb)) + + + # [1.0.0](https://github.com/pulsardev/vue-tour/compare/v1.0.0-beta.0...v1.0.0) (2018-03-16) diff --git a/package-lock.json b/package-lock.json index a694985..3957c48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-tour", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6f04236..8d97a8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-tour", - "version": "1.0.0", + "version": "1.0.1", "description": "Vue Tour is a lightweight, simple and customizable tour plugin for use with Vue.js. It provides a quick and easy way to guide your users through your application.", "author": "Pulsar ", "license": "MIT",