Skip to content

Commit d62e722

Browse files
committed
chore(main): release 2.3.1
1 parent c319992 commit d62e722

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. See
44
[standard-version](https://github.com/conventional-changelog/standard-version)
55
for commit guidelines.
66

7+
## [2.3.1](https://github.com/johanbook/meet/compare/v2.3.0...v2.3.1) (2025-05-15)
8+
9+
10+
### Bug Fixes
11+
12+
* **api:** avoid storing notification subscription updates in journal ([#1181](https://github.com/johanbook/meet/issues/1181)) ([cc18b8f](https://github.com/johanbook/meet/commit/cc18b8f1103537d20104e6c59aae1d5d9a5571bf))
13+
* **web-ui:** fix typos in translations ([#1183](https://github.com/johanbook/meet/issues/1183)) ([10e62ca](https://github.com/johanbook/meet/commit/10e62caf8696147d7e5079b2774da9052e922084))
14+
715
## [2.3.0](https://github.com/johanbook/meet/compare/v2.2.0...v2.3.0) (2025-04-25)
816

917

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meet",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "**meet** is an app for meeting other people.",
55
"scripts": {
66
"prepare": "husky install"

0 commit comments

Comments
 (0)