Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 22, 2023
1 parent 97b7602 commit f6de819
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f6de819

Please sign in to comment.