Skip to content

Commit 1b1d322

Browse files
authored
1.0.0 released (#1)
* Updated changelog and package.json * Update CHANGELOG.md * Update CHANGELOG.md
1 parent cb98169 commit 1b1d322

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to the "vscode-ekstraklasa" extension will be documented in
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
## [Unreleased]
7+
## [1.0.0]
88

9-
- Initial release
9+
- Initial release
10+
- Added command `Ekstraklasa Table`
11+
- Displaying table of Ekstraklasa:
12+
- Team logo
13+
- Team position
14+
- Team name
15+
- Matches played
16+
- Wins
17+
- Draws
18+
- Loses
19+
- Goals for
20+
- Goals against
21+
- Goals difference
22+
- Points
23+
- Last five results
24+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Ekstraklasa Extension",
44
"description": "Stay up to date with your favourite football league without leaving a VSCode!",
55
"license": "MIT",
6-
"version": "0.0.1",
6+
"version": "1.0.0",
77
"publisher": "kraleppa",
88
"icon": "assets/logo.png",
99
"engines": {

0 commit comments

Comments
 (0)