Skip to content

Commit 89057df

Browse files
Merge pull request #178 from drizzle-team/release-0.19.1
Add 0.19.1 changelog docs
2 parents 4855212 + 6fb0123 commit 89057df

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelogs/drizzle-orm/0.19.1.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Changelog
2+
3+
---
4+
5+
- Add `char` data type support for postgresql by @AlexandrLi in [#177](https://github.com/drizzle-team/drizzle-orm/pull/177)
6+
- Adding new section with `New Contributors` for release notes. Took this template from [bun](https://github.com/oven-sh/bun) release notes pattern
7+
8+
## New Contributors
9+
10+
---
11+
12+
- @AlexandrLi made their first contribution in [#177](https://github.com/drizzle-team/drizzle-orm/pull/177)

drizzle-orm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drizzle-orm",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "Drizzle ORM package for SQL databases",
55
"scripts": {
66
"build": "tsc && resolve-tspaths && cp ../README.md package.json dist/",

0 commit comments

Comments
 (0)