chore(release): 0.1.0
This commit is contained in:
parent
4ad107b369
commit
042b0a5a07
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
## 0.1.0 (2025-04-22)
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "relay",
|
"name": "relay",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
@ -12,7 +12,6 @@
|
|||||||
"build:tailwind": "npx @tailwindcss/cli -i ./src/client/public/css/main.css -o ./src/client/public/css/tailwind.css",
|
"build:tailwind": "npx @tailwindcss/cli -i ./src/client/public/css/main.css -o ./src/client/public/css/tailwind.css",
|
||||||
"db:migrate": "npx prisma migrate dev --name",
|
"db:migrate": "npx prisma migrate dev --name",
|
||||||
"db:seed": "npx prisma db seed",
|
"db:seed": "npx prisma db seed",
|
||||||
|
|
||||||
"release:patch": "npx standard-version --release-as patch",
|
"release:patch": "npx standard-version --release-as patch",
|
||||||
"release:minor": "npx standard-version --release-as minor",
|
"release:minor": "npx standard-version --release-as minor",
|
||||||
"release:major": "npx standard-version --release-as major"
|
"release:major": "npx standard-version --release-as major"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user