brizzle 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,11 @@
1
- # brizzle
1
+ <p align="center">
2
+ <img src="assets/logo.png" alt="brizzle logo" width="120" />
3
+ </p>
2
4
 
3
- [![CI](https://github.com/mantaskaveckas/brizzle/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/mantaskaveckas/brizzle/actions/workflows/ci.yml)
5
+ <h1 align="center">brizzle</h1>
6
+
7
+ <p align="center">
8
+ <a href="https://github.com/mantaskaveckas/brizzle/actions/workflows/ci.yml"><img src="https://github.com/mantaskaveckas/brizzle/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI"></a>
4
9
  [![npm version](https://img.shields.io/npm/v/brizzle)](https://www.npmjs.com/package/brizzle)
5
10
  [![npm downloads](https://img.shields.io/npm/dm/brizzle)](https://www.npmjs.com/package/brizzle)
6
11
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brizzle",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Rails-like generators for Next.js + Drizzle ORM projects",
5
5
  "type": "module",
6
6
  "bin": {