Skip to content

Commit 7edcb2a

Browse files
chore(main): release postgrestools-vscode 1.0.0 (#7)
1 parent 3e512e4 commit 7edcb2a

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-03-21)
4+
5+
6+
### Features
7+
8+
* node_modules, binary downloader ([7e20cd1](https://github.com/supabase-community/pglt-vscode/commit/7e20cd12d46952f8684fcf9b7796d03fd1286b97))

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "postgrestools-vscode",
33
"publisher": "Supabase",
44
"description": "Postgres Language Server right in your IDE.",
5-
"version": "0.0.1",
5+
"version": "1.0.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/supabase-community/pglt-vscode"

0 commit comments

Comments
 (0)