Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienZ committed Sep 15, 2024
1 parent 2fe5c7b commit 4e66d5f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## v1.1.0

[compare changes](https://github.com/adrienZ/drizzle-schema-checker/compare/v1.0.3...v1.1.0)

### 🚀 Enhancements

- **sqlite:** Test boolean values ([7b5919b](https://github.com/adrienZ/drizzle-schema-checker/commit/7b5919b))
- **bun:** Test boolean values ([6d4f9cd](https://github.com/adrienZ/drizzle-schema-checker/commit/6d4f9cd))
- **libsql:** Test boolean values ([2fe5c7b](https://github.com/adrienZ/drizzle-schema-checker/commit/2fe5c7b))

### 🏡 Chore

- **release:** V1.0.3 ([2a14b04](https://github.com/adrienZ/drizzle-schema-checker/commit/2a14b04))

### ❤️ Contributors

- Adrien Zaganelli <[email protected]>

## v1.0.3

[compare changes](https://github.com/adrienZ/drizzle-schema-checker/compare/v1.0.2...v1.0.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drizzle-schema-checker",
"version": "1.0.3",
"version": "1.1.0",
"description": "Checks if a Drizzle schema is also valid in a database",
"type": "module",
"repository": "github:adrienZ/drizzle-schema-checker",
Expand Down

0 comments on commit 4e66d5f

Please sign in to comment.