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 Mar 30, 2024
1 parent a6f82ea commit 01d7c5b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.2.1](https://github.com/agnyz/the-bed-stack/compare/v0.2.0...v0.2.1) (2024-03-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))
* **deps:** update dependency postgres to v3.4.4 ([#104](https://github.com/agnyz/the-bed-stack/issues/104)) ([a6f82ea](https://github.com/agnyz/the-bed-stack/commit/a6f82eaffbbd0bb6d957c45214143af41df750f2))

## [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 01d7c5b

Please sign in to comment.