Skip to content

Commit 6e52067

Browse files
committed
release: v1.3.1 stable update
1 parent 5cbf51c commit 6e52067

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "live-clipboard",
33
"private": true,
4-
"version": "1.2.1",
4+
"version": "1.3.1",
55
"type": "module",
66
"homepage": "https://live-clipboard.netlify.app/",
77
"scripts": {

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const cacheDataName = "realtime-clipboard-v1-3-0";
1+
const cacheDataName = "realtime-clipboard-v1-3-1";
22

33
const staticAssets = [
44
"/assets/index.js",

src/scripts/releaseLogs.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
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+
},
215
{
316
type: "Stable",
417
version: "v1.3.0",

0 commit comments

Comments
 (0)