From c22fbbfa13d254d3799ef6e13897ceda7ae92c85 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 22 Feb 2024 08:55:36 -0800 Subject: [PATCH] chore: release v0.1.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52647b4..35ae75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.1.0...main + +[compare changes](https://github.com/stacksjs/bun-ts-starter/compare/v0.1.0...main) + +### 🏡 Chore + +- Use correct cover image ([75bd3ae](https://github.com/stacksjs/bun-ts-starter/commit/75bd3ae)) + +### ❤️ Contributors + +- Chris + ## v0.0.5...main [compare changes](https://github.com/stacksjs/bun-ts-starter/compare/v0.0.5...main) diff --git a/package.json b/package.json index 179600a..6215599 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bun-ts-starter", - "version": "0.1.0", + "version": "0.1.1", "description": "A simple TypeScript starter kit using Bun.", "author": "Chris Breuer ", "license": "MIT",