Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#2)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.1.0](v0.0.0...v0.1.0)
(2024-09-29)


### Features

* create admin user
([#13](#13))
([dbf2983](dbf2983))


### Bug Fixes

* **web:** listen on all IP addresses
([e3c561d](e3c561d))


### Chores

* **deps:** bump actions/checkout from 4.1.7 to 4.2.0 in
/.github/workflows in the gha group
([#17](#17))
([962ad69](962ad69))
* **deps:** bump rollup from 4.21.2 to 4.22.5 in the npm_and_yarn group
across 1 directory
([#22](#22))
([6175231](6175231))
* **deps:** bump the npm group across 1 directory with 14 updates
([#21](#21))
([a65ab04](a65ab04))
* **docs:** add usage instructions
([1826052](1826052))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 29, 2024
1 parent 962ad69 commit 1891168
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.1.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# Changelog

## [0.1.0](https://github.com/ayushmanchhabra/chat/compare/v0.0.0...v0.1.0) (2024-09-29)


### Features

* create admin user ([#13](https://github.com/ayushmanchhabra/chat/issues/13)) ([dbf2983](https://github.com/ayushmanchhabra/chat/commit/dbf2983fba5fe93ffc550e9f3e2fa34b444ee1f0))


### Bug Fixes

* **web:** listen on all IP addresses ([e3c561d](https://github.com/ayushmanchhabra/chat/commit/e3c561dc1e73686609a4ff470396fed2b4c30a1f))


### Chores

* **deps:** bump actions/checkout from 4.1.7 to 4.2.0 in /.github/workflows in the gha group ([#17](https://github.com/ayushmanchhabra/chat/issues/17)) ([962ad69](https://github.com/ayushmanchhabra/chat/commit/962ad6982d724f127ac2df6f030b2e9a48ff5ca8))
* **deps:** bump rollup from 4.21.2 to 4.22.5 in the npm_and_yarn group across 1 directory ([#22](https://github.com/ayushmanchhabra/chat/issues/22)) ([6175231](https://github.com/ayushmanchhabra/chat/commit/61752316165f3d56415a1bfbcefaa203a187033f))
* **deps:** bump the npm group across 1 directory with 14 updates ([#21](https://github.com/ayushmanchhabra/chat/issues/21)) ([a65ab04](https://github.com/ayushmanchhabra/chat/commit/a65ab04410dc2a0db60c2c71e290e0e7031c590a))
* **docs:** add usage instructions ([1826052](https://github.com/ayushmanchhabra/chat/commit/1826052986a95df9ea611cdb3ad2ff0fbae3ba20))

## Changelog
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chat",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"vite": "vite",
Expand Down

0 comments on commit 1891168

Please sign in to comment.