Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 6db1d9b

Browse files
committed
release 1.0.0
1 parent b754416 commit 6db1d9b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6+
This project does not adhere to Semantic Versioning.
7+
8+
## [Unreleased]
9+
10+
## [1.0.0] - 2023-07-27
11+
### Added
12+
* Initial release

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Leetify Unranked Uploader",
44
"description": "The Leetify Unranked Uploader automatically imports Unranked Matchmaking, Wingman, and CS2 Limited Test Matches to Leetify.",
5-
"version": "0.0.1",
5+
"version": "1.0.0",
66
"homepage_url": "https://leetify.com",
77
"options_page": "src/view/index.html",
88

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"private": true,
33
"name": "leetify-gcpd-upload",
4-
"version": "0.0.1",
54
"description": "The Leetify Unranked Uploader automatically imports Unranked Matchmaking, Wingman, and CS2 Limited Test Matches to Leetify.",
65
"scripts": {
76
"build": "npx esbuild src/content-scripts/leetify.ts src/offscreen/dom-parser.ts src/offscreen/leetify-auth.ts src/sw.ts src/view/index.ts --bundle --outdir=dist",

0 commit comments

Comments
 (0)