From 042b0a5a07158d1ef300855ecdf1ced7afcae937 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Tue, 22 Apr 2025 13:16:22 +0100 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 5 +++++ package.json | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7fd4dfd --- /dev/null +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 9fbef24..43e7d9e 100644 --- a/package.json +++ b/package.json @@ -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"