Skip to content

Commit

Permalink
chore(Release): 🔖 to version 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Raboro committed Sep 23, 2024
1 parent 6ccaa69 commit 141b26f
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 52 deletions.
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "birthday-tracker",
"name": "Birthday-Tracker",
"version": "1.1.6",
"minAppVersion": "0.15.0",
"description": "Keep track of all birthdays of your family and friends.",
"author": "Marius Wörfel",
"authorUrl": "https://github.com/Raboro",
"isDesktopOnly": false
}
"id": "birthday-tracker",
"name": "Birthday-Tracker",
"version": "1.1.7",
"minAppVersion": "0.15.0",
"description": "Keep track of all birthdays of your family and friends.",
"author": "Marius Wörfel",
"authorUrl": "https://github.com/Raboro",
"isDesktopOnly": false
}
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "birthday-tracker",
"version": "1.1.6",
"description": "Keep track of all birthdays of your family and friends.",
"main": "src/main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"biome:write": "bunx biome check --write",
"biome:ci": "bunx biome ci"
},
"keywords": [],
"author": "Marius Wörfel",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.9.1",
"@types/bun": "^1.1.9",
"@types/node": "^22.5.5",
"builtin-modules": "4.0.0",
"esbuild": "0.24.0",
"obsidian": "1.7.2",
"tslib": "2.7.0",
"typescript": "5.6.2"
}
}
"name": "birthday-tracker",
"version": "1.1.7",
"description": "Keep track of all birthdays of your family and friends.",
"main": "src/main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"biome:write": "bunx biome check --write",
"biome:ci": "bunx biome ci"
},
"keywords": [],
"author": "Marius Wörfel",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.9.1",
"@types/bun": "^1.1.9",
"@types/node": "^22.5.5",
"builtin-modules": "4.0.0",
"esbuild": "0.24.0",
"obsidian": "1.7.2",
"tslib": "2.7.0",
"typescript": "5.6.2"
}
}
37 changes: 19 additions & 18 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
"1.0.6": "0.15.0",
"1.0.7": "0.15.0",
"1.0.8": "0.15.0",
"1.0.9": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0",
"1.1.2": "0.15.0",
"1.1.3": "0.15.0",
"1.1.4": "0.15.0",
"1.1.5": "0.15.0",
"1.1.6": "0.15.0"
}
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
"1.0.6": "0.15.0",
"1.0.7": "0.15.0",
"1.0.8": "0.15.0",
"1.0.9": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0",
"1.1.2": "0.15.0",
"1.1.3": "0.15.0",
"1.1.4": "0.15.0",
"1.1.5": "0.15.0",
"1.1.6": "0.15.0",
"1.1.7": "0.15.0"
}

0 comments on commit 141b26f

Please sign in to comment.