Skip to content

Commit d6b2bbb

Browse files
chore(main): release postgrestools-vscode 1.1.0 (#10)
1 parent 77def2f commit d6b2bbb

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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-
".": "1.0.1"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/supabase-community/postgrestools-vscode/compare/postgrestools-vscode-v1.0.1...postgrestools-vscode-v1.1.0) (2025-03-22)
4+
5+
6+
### Features
7+
8+
* node_modules, binary downloader ([7e20cd1](https://github.com/supabase-community/postgrestools-vscode/commit/7e20cd12d46952f8684fcf9b7796d03fd1286b97))
9+
10+
11+
### Bug Fixes
12+
13+
* **readme:** add issue contributions ([#8](https://github.com/supabase-community/postgrestools-vscode/issues/8)) ([34b13ba](https://github.com/supabase-community/postgrestools-vscode/commit/34b13badf899b337d40ee00e5033914f9961faf1))
14+
* rename repository ([77def2f](https://github.com/supabase-community/postgrestools-vscode/commit/77def2f7c4ac51975444cef01e768dba43742fab))
15+
316
## 1.0.1 (2025-03-21)
417

518
## 1.0.0 (2025-03-21)

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": "1.0.1",
5+
"version": "1.1.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/supabase-community/postgrestools-vscode"

0 commit comments

Comments
 (0)