Skip to content

Commit fe6b96b

Browse files
committed
bump
1 parent b24b72c commit fe6b96b

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

apps/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drizzle-lab",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Drizzle Lab CLI",
55
"sideEffects": false,
66
"type": "module",

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-extension/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to the "drizzle-orm" extension will be documented in this fi
44

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

7+
## [0.8.0]
8+
9+
- New visualizer UI
10+
- Auto layout improvements
11+
712
## [0.7.0]
813

914
- Add support for MySQL

vscode-extension/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# Drizzle ORM VSCode Extension
22

3-
## Features
43

5-
- Drizzle Schema Visualizer
6-
<img width="1521" alt="image" src="https://github.com/user-attachments/assets/b5c50181-f676-4d47-9366-41ea2b7edf49">
4+
<img width="1521" alt="image" src="https://github.com/user-attachments/assets/d3bc6829-2a56-476d-b847-2857082db760">

vscode-extension/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Drizzle ORM",
44
"description": "Adds schema visualizer for Drizzle ORM",
55
"preview": true,
6-
"version": "0.7.0",
6+
"version": "0.8.0",
77
"private": true,
88
"icon": "icon.png",
99
"license": "MIT",

0 commit comments

Comments
 (0)