From 3315052dd98a31ec54b3305169945d623be40a0f Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 6 Oct 2024 17:02:40 +0200 Subject: [PATCH] chore: release v0.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df08d9..06a6ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ +## ...main + + +### 🏡 Chore + +- Initial commit ([6a51579](https://github.com/stacksjs/ts-starter/commit/6a51579)) +- Adjust readme links ([363287c](https://github.com/stacksjs/ts-starter/commit/363287c)) +- Several minor adjustments ([c615067](https://github.com/stacksjs/ts-starter/commit/c615067)) +- Update `bun-plugin-dts-auto` ([517f5f7](https://github.com/stacksjs/ts-starter/commit/517f5f7)) +- Use bun publish ([d1d254b](https://github.com/stacksjs/ts-starter/commit/d1d254b)) +- Minify build & include sourcemap ([8080a31](https://github.com/stacksjs/ts-starter/commit/8080a31)) +- Adjust image url for proper remote display ([a71562d](https://github.com/stacksjs/ts-starter/commit/a71562d)) + +### ❤️ Contributors + +- Chris + ## v0.3.1...main [compare changes](https://github.com/stacksjs/ts-starter/compare/v0.3.1...main) diff --git a/package.json b/package.json index e239041..31089c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-spreadsheets", "type": "module", - "version": "0.0.0", + "version": "0.1.0", "description": "Easily generate spreadsheets, like CSVs and Excel files.", "author": "Chris Breuer ", "license": "MIT",