Skip to content

Commit 8e07970

Browse files
committed
add tags
1 parent 38e44bb commit 8e07970

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1010

1111
- Add a signup button to [pawsql.com](https://pawsql.com)
1212

13-
- Update locales
13+
- Update locales
14+
15+
- Add tags

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,26 @@
88
"name": "PawSQL",
99
"email": "support@pawsql.com"
1010
},
11-
"version": "0.0.3",
11+
"version": "0.0.5",
1212
"engines": {
1313
"vscode": "^1.80.0"
1414
},
15+
16+
"keywords": [
17+
"sql",
18+
"database",
19+
"tool",
20+
"optimization",
21+
"indexing",
22+
"PostgreSQL",
23+
"MySQL",
24+
"Oracle",
25+
"openGauss",
26+
"query",
27+
"performance"
28+
],
29+
1530
"categories": [
16-
"Data Science",
1731
"Programming Languages",
1832
"Other",
1933
"Linters",

0 commit comments

Comments
 (0)