From f6de819ff7e2a48246d1e06efe8ab43bef2cdcb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:05:51 +0300 Subject: [PATCH] chore(main): release 0.2.0 (#82) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7815850..a3f9821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/agnyz/the-bed-stack/compare/v0.1.0...v0.2.0) (2023-10-22) + + +### ⚠ BREAKING CHANGES + +* the entire repository has been rebranded which might require local changes. + +### Documentation + +* rebrand to The BED Stack ([#81](https://github.com/agnyz/the-bed-stack/issues/81)) ([97b7602](https://github.com/agnyz/the-bed-stack/commit/97b7602da205e8ed031851d7ee5d06ce080ab27d)) + ## [0.1.0](https://github.com/agnyz/the-bed-stack/compare/v0.0.1...v0.1.0) (2023-10-18) diff --git a/package.json b/package.json index afeee00..a98e141 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "the-bed-stack", "title": "The BED Stack", - "version": "0.1.0", + "version": "0.2.0", "description": "A RealWorld example for an app in the backend created with Bun, Elysia, and DrizzleORM.", "scripts": { "start": "bun run src/main.ts",