From 0418a5163d2f01c4b5e18abcf765fdba9e32cb33 Mon Sep 17 00:00:00 2001 From: Ivan Monastyrev Date: Sat, 6 Jun 2020 15:06:30 +0300 Subject: [PATCH 1/3] doc: update readme --- README.md | 1 + ru/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b009b1..9edb6d8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Vue Dadata +![Publish](https://github.com/ikloster03/vue-dadata/workflows/Publish/badge.svg) [![gitlocalized ](https://gitlocalize.com/repo/3342/whole_project/badge.svg)](https://gitlocalize.com/repo/3342/whole_project?utm_source=badge) It's a vue component for hinting addresses using [DaData.ru](https://dadata.ru). diff --git a/ru/README.md b/ru/README.md index b26fc50..00178ad 100644 --- a/ru/README.md +++ b/ru/README.md @@ -1,5 +1,6 @@ # Vue Dadata +![Publish](https://github.com/ikloster03/vue-dadata/workflows/Publish/badge.svg) [![gitlocalized ](https://gitlocalize.com/repo/3342/whole_project/badge.svg)](https://gitlocalize.com/repo/3342/whole_project?utm_source=badge) Это vue компонент для подсказок с использованием сервиса [DaData.ru](https://dadata.ru). From 4e7d8be010b1ef77b5a3debfd89dba073620089d Mon Sep 17 00:00:00 2001 From: Ivan Monastyrev Date: Sat, 6 Jun 2020 15:06:39 +0300 Subject: [PATCH 2/3] doc: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 009296c..4f1d7c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ [Link to RU changelog](https://github.com/ikloster03/vue-dadata/tree/master/ru/CHANGELOG.md) +## v1.4.5 - June 06, 2020 + +Add ci/cd + ## v1.3.2 - June 06, 2020 RU documentation From 1745a3fbb0a4845cc302198da969836608383e3a Mon Sep 17 00:00:00 2001 From: Ivan Monastyrev Date: Sat, 6 Jun 2020 15:06:53 +0300 Subject: [PATCH 3/3] app: update version 1.4.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59fd2ad..cea8788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-dadata", - "version": "1.4.4", + "version": "1.4.5", "description": "Vue component for hinting addresses using dadata.ru", "main": "dist/vuedadatacomponent.umd.js", "module": "dist/vuedadatacomponent.esm.js",