Skip to content

Commit

Permalink
chore(main): release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 30, 2023
1 parent f439b82 commit fe5e42f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.1](https://github.com/agnyz/the-bed-stack/compare/v0.2.0...v0.2.1) (2023-11-30)


### Bug Fixes

* **deps:** update dependency postgres to v3.4.1 ([#83](https://github.com/agnyz/the-bed-stack/issues/83)) ([9688863](https://github.com/agnyz/the-bed-stack/commit/9688863f91c4646f31c11c81ae33d7d1e7450301))
* **deps:** update dependency postgres to v3.4.2 ([#86](https://github.com/agnyz/the-bed-stack/issues/86)) ([8a5d7c5](https://github.com/agnyz/the-bed-stack/commit/8a5d7c5b006d19f7fc85fb8b1b04c5433354a666))
* **deps:** update dependency postgres to v3.4.3 ([#89](https://github.com/agnyz/the-bed-stack/issues/89)) ([8f25621](https://github.com/agnyz/the-bed-stack/commit/8f25621c1f72df65e02bb3c6a179d572ceddbb44))

## [0.2.0](https://github.com/agnyz/the-bed-stack/compare/v0.1.0...v0.2.0) (2023-10-22)


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.2.0",
"version": "0.2.1",
"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 fe5e42f

Please sign in to comment.