From 5f6502760b62969db73b6f557eee906eb0824291 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 22 Feb 2024 14:52:57 -0800 Subject: [PATCH] chore: release v0.2.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e26d0..3769a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ +## v0.2.0...main + +[compare changes](https://github.com/stacksjs/bun-ts-starter/compare/v0.2.0...main) + +### 🏡 Chore + +- Remove unused action ([066f85a](https://github.com/stacksjs/bun-ts-starter/commit/066f85a)) +- Housekeeping ([fc4e24d](https://github.com/stacksjs/bun-ts-starter/commit/fc4e24d)) + +### ❤️ Contributors + +- Chris + ## v0.1.1...main [compare changes](https://github.com/stacksjs/bun-ts-starter/compare/v0.1.1...main) diff --git a/package.json b/package.json index 54ee7cc..29b06c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-ts-starter", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "description": "A simple TypeScript starter kit using Bun.", "author": "Chris Breuer ", "license": "MIT",