From 9c834e38363786430c955bf4827e5b4b4eb1f1ae Mon Sep 17 00:00:00 2001 From: "shah@idk.uno" <5903821+smashah@users.noreply.github.com> Date: Sun, 16 Feb 2020 01:02:20 +0000 Subject: [PATCH] Release 1.7.19 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baab5d145f..6570f16b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [1.7.18](https://github.com/smashah/sulla/compare/1.7.17...1.7.18) - 2020-02-16 + +### Commits + +- updated release it and changelog [`e6b9aba`](https://github.com/smashah/sulla/commit/e6b9aba32d57983563fa362dd69904170a1a8e55) +- Release 1.7.18 [`23808ab`](https://github.com/smashah/sulla/commit/23808abc43a4e430624e5d9ebf3b6bcc1b7ea966) + ## [1.7.17](https://github.com/smashah/sulla/compare/1.7.16...1.7.17) - 2020-02-16 ### Commits diff --git a/package-lock.json b/package-lock.json index e5c34a5db8..e1274346e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sulla-hotfix", - "version": "1.7.18", + "version": "1.7.19", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fa24250ce1..c8e5e6b0bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sulla-hotfix", - "version": "1.7.18", + "version": "1.7.19", "description": "Javascript whatsapp framework", "main": "dist/index.js", "types": "dist/index.d.ts",