From abc5a44738f3632c433de2419eb7474ba0ae6766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Tue, 4 Oct 2022 16:46:49 +0200 Subject: [PATCH] =?UTF-8?q?chore(pub):=20aktualizovat=20changelog=20a=20p?= =?UTF-8?q?=C5=99idat=20node=20soubory=20do=20pubignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pubignore | 4 +++- CHANGELOG.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.pubignore b/.pubignore index b52a8ca..20404fc 100644 --- a/.pubignore +++ b/.pubignore @@ -1,3 +1,5 @@ .env test -*.test.dart \ No newline at end of file +*.test.dart +node_modules +package*.json \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9009c..477b0bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.0.1 +- změnit získávání názvu jídla ## 1.0.0 - Stabilizace ## 0.1.0-alpha.17