File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " live-clipboard" ,
3
3
"private" : true ,
4
- "version" : " 1.2 .1" ,
4
+ "version" : " 1.3 .1" ,
5
5
"type" : " module" ,
6
6
"homepage" : " https://live-clipboard.netlify.app/" ,
7
7
"scripts" : {
Original file line number Diff line number Diff line change 1
- const cacheDataName = "realtime-clipboard-v1-3-0 " ;
1
+ const cacheDataName = "realtime-clipboard-v1-3-1 " ;
2
2
3
3
const staticAssets = [
4
4
"/assets/index.js" ,
Original file line number Diff line number Diff line change 1
1
export const releaseLogsData = [
2
+ {
3
+ type : "Stable" ,
4
+ version : "v1.3.1" ,
5
+ releaseDate : "01 Sep, 2024" ,
6
+ updates : [
7
+ "Feat: Added line numbers support in clipboard editor." ,
8
+ "Feat: Added WebShare API support." ,
9
+ "Feat: Added update available banner for new updates." ,
10
+ "Feat: Added tooltip in all the pages." ,
11
+ "Docs: Added Privacy Policy and Terms and Conditions pages." ,
12
+ "Docs: Added sitemap.xml" ,
13
+ ] ,
14
+ } ,
2
15
{
3
16
type : "Stable" ,
4
17
version : "v1.3.0" ,
You can’t perform that action at this time.
0 commit comments