From 1ab9fa40428ea410bd04c7b1c14394c148c40c73 Mon Sep 17 00:00:00 2001 From: Sudhakar Rayavaram Date: Fri, 15 Mar 2024 18:20:39 +0530 Subject: [PATCH] #refactor : Remove release information from read Given github has separate release section. We don't need to maintaing this in readme --- README.md | 7 ------- RELEASE.md | 5 ----- 2 files changed, 12 deletions(-) delete mode 100644 RELEASE.md diff --git a/README.md b/README.md index 08c80b6..04beb4d 100644 --- a/README.md +++ b/README.md @@ -125,10 +125,3 @@ where, Demo is deployed from the application code in `demo/` folder. Link: https://tarkalabs.github.io/tarka-chat/demo/ - -## Old versions - -- v1.1 : https://d1fmfone96g0x2.cloudfront.net/tarka-chat-1.1.umd.js -- v1.0 : https://d1fmfone96g0x2.cloudfront.net/tarka-chat-1.1.umd.js - -Check [release notes](RELEASE.md) for details diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 69c6576..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,5 +0,0 @@ -# v1.1 -- Fixed the issue #18 where the chat window does not render correctly in mobile view - -# v1.0 -Initial version