chore(release): 0.1.0

This commit is contained in:
Corban-Lee Jones 2025-04-22 13:16:22 +01:00
parent 4ad107b369
commit 042b0a5a07
2 changed files with 6 additions and 2 deletions

5
CHANGELOG.md Normal file
View 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)

View File

@ -1,6 +1,6 @@
{
"name": "relay",
"version": "0.0.0",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"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",
"db:migrate": "npx prisma migrate dev --name",
"db:seed": "npx prisma db seed",
"release:patch": "npx standard-version --release-as patch",
"release:minor": "npx standard-version --release-as minor",
"release:major": "npx standard-version --release-as major"