Skip to content

Commit 976bc41

Browse files
committed
release: release v0.0.8
1 parent 56db0ab commit 976bc41

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed

CHANGELOG.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
2+
## Changelog for drizzle-setup
3+
4+
5+
6+
<a name="v0.0.8"></a>
7+
## [v0.0.8](https://github.com/devgauravjatt/drizzle-setup/compare/v0.0.7...v0.0.8)
8+
9+
> 2025-06-14
10+
11+
### Documentation
12+
13+
* fix text - [56db0ab](https://github.com/devgauravjatt/drizzle-setup/commit/56db0ab68fe5d93d1e597e4aa73cf6232fcf2cfd)
14+
15+
* readme update - [d1b7bd2](https://github.com/devgauravjatt/drizzle-setup/commit/d1b7bd2b39bb63c3f8a3613888f027dc8d3c4416)
16+
17+
18+
### Feature
19+
20+
* CHANGELOG add with chglog - [9cd8c9a](https://github.com/devgauravjatt/drizzle-setup/commit/9cd8c9a35a93671701f480be19cc3e75ca22970a)
21+
22+
23+
### Refactoring
24+
25+
* make better - [bf34f59](https://github.com/devgauravjatt/drizzle-setup/commit/bf34f596b49f2dcb23b93d936e0dee38d9ffa288)
26+
27+
* bumpp remove - [539a005](https://github.com/devgauravjatt/drizzle-setup/commit/539a0058a51a8ca650e2c75adfc74eeed737d15e)
28+
29+
30+
31+
<a name="v0.0.7"></a>
32+
## [v0.0.7](https://github.com/devgauravjatt/drizzle-setup/compare/v0.0.6...v0.0.7)
33+
34+
> 2025-06-12
35+
36+
37+
<a name="v0.0.6"></a>
38+
## [v0.0.6](https://github.com/devgauravjatt/drizzle-setup/compare/v0.0.5...v0.0.6)
39+
40+
> 2025-06-08
41+
42+
43+
<a name="v0.0.5"></a>
44+
## [v0.0.5](https://github.com/devgauravjatt/drizzle-setup/compare/v0.0.3...v0.0.5)
45+
46+
> 2025-06-08
47+
48+
49+
<a name="v0.0.3"></a>
50+
## [v0.0.3](https://github.com/devgauravjatt/drizzle-setup/compare/0.0.1...v0.0.3)
51+
52+
> 2025-06-07
53+
54+
55+
<a name="0.0.1"></a>
56+
## 0.0.1
57+
58+
> 2025-06-06
59+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drizzle-setup",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"private": false,
55
"description": "A powerful CLI tool to automatically scaffold and configure database setup using Drizzle ORM for PostgreSQL,SQLite,MySQL and More.",
66
"keywords": [

0 commit comments

Comments
 (0)