From 3d8deb8a70a2293710066332dbde15a84300d639 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Tue, 12 Jan 2021 01:06:48 +0530 Subject: [PATCH] chore: release v1.5.0 (#183) --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3811c79..a010f262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.5.0](https://github.com/vinayakkulkarni/v-clappr/compare/v1.1.1...v1.5.0) (2021-01-11) + + +### Bug Fixes + +* minor housekeeping ([#181](https://github.com/vinayakkulkarni/v-clappr/issues/181)) ([2cbe5c2](https://github.com/vinayakkulkarni/v-clappr/commit/2cbe5c24b0b6854ee2161c2d33bd84d3777a6433)) +* update npm release script ([3a567ff](https://github.com/vinayakkulkarni/v-clappr/commit/3a567ffeed17c20dce2297d12a6fdcb05293a442)) +* update trigger workflow ([6868e92](https://github.com/vinayakkulkarni/v-clappr/commit/6868e92c540acfa90d0abf326c5d9d62d20f5c20)) +* **deps:** bump clappr from 0.3.12 to 0.3.13 ([#30](https://github.com/vinayakkulkarni/v-clappr/issues/30)) ([ac1b9d8](https://github.com/vinayakkulkarni/v-clappr/commit/ac1b9d820ff685a20574c34d5aa291d39f39d003)) +* **deps:** bump ini from 1.3.5 to 1.3.7 ([#163](https://github.com/vinayakkulkarni/v-clappr/issues/163)) ([7670a89](https://github.com/vinayakkulkarni/v-clappr/commit/7670a893147c340fce6eb4de0402111e2ee242f5)) +* **deps:** bump lodash from 4.17.15 to 4.17.19 ([#55](https://github.com/vinayakkulkarni/v-clappr/issues/55)) ([343d11f](https://github.com/vinayakkulkarni/v-clappr/commit/343d11f384852924dfb434d5e858a385f2ce6c11)) +* **deps:** bump node-fetch from 2.6.0 to 2.6.1 ([#103](https://github.com/vinayakkulkarni/v-clappr/issues/103)) ([8f041c2](https://github.com/vinayakkulkarni/v-clappr/commit/8f041c2015e8a101d69141f55ec4348070cc1d96)) + + + ## [1.1.1](https://github.com/vinayakkulkarni/v-clappr/compare/v1.1.0...v1.1.1) (2020-05-29) diff --git a/package-lock.json b/package-lock.json index 2f3c8311..861e7506 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "v-clappr", - "version": "1.1.1", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab49d973..5bdc9b31 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "v-clappr", "description": "Vue.js wrapper for Clappr", - "version": "1.1.1", + "version": "1.5.0", "author": { "name": "Vinayak Kulkarni", "email": "vinayak.kulkarni@live.com",