From 89a3843256f4d7597fde82ec5cf51829b46964a7 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 29 Jun 2024 15:55:27 +0000 Subject: [PATCH] chore(release): v0.3.0 [skip ci] --- CHANGELOG.md | 47 +++++++++++++++++++++++++++++------------------ package-lock.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 2 +- 4 files changed, 32 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9971dad..17ad561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,41 @@ +## [0.3.0](https://github.com/RobiMez/sma/compare/v0.2.0...v0.3.0) (2024-06-29) + + +### Features + +* [#8](https://github.com/RobiMez/sma/issues/8) add multi identity support ([e94103a](https://github.com/RobiMez/sma/commit/e94103a36e703b3efafcecd6994217413f7781c6)) + ## [0.2.0](https://github.com/RobiMez/sma/compare/v0.1.0...v0.2.0) (2024-05-05) + ### Features -- **ci:** show versioning and changelogs on site ([9bb3994](https://github.com/RobiMez/sma/commit/9bb3994496760ab86e62cda53ae8dd68943485d9)) +* **ci:** show versioning and changelogs on site ([9bb3994](https://github.com/RobiMez/sma/commit/9bb3994496760ab86e62cda53ae8dd68943485d9)) ## [0.1.0](https://github.com/RobiMez/sma/compare/8f3b807adcdb79d1eba1d6e650db68e93e746d3a...v0.1.0) (2024-05-05) + ### Features -- add colors and add variable polling ([8f3b807](https://github.com/RobiMez/sma/commit/8f3b807adcdb79d1eba1d6e650db68e93e746d3a)) -- add enter to send ([bd45c09](https://github.com/RobiMez/sma/commit/bd45c094d2771ffbf8af270c24aacb2aea9baeed)) -- Add profanity check to messages in chat room ([ad3f4ca](https://github.com/RobiMez/sma/commit/ad3f4cab73b0955f1ed5f2aecb4c544bd0159179)) -- Add profanity filter toggle ([58caa11](https://github.com/RobiMez/sma/commit/58caa1121c23851e37dc660edbd6704bd6b49401)) -- Add room title and editing functionality ([c16f4d5](https://github.com/RobiMez/sma/commit/c16f4d5fab234daad82da3d4725fa4df27c5e192)) -- add sentry ([875833f](https://github.com/RobiMez/sma/commit/875833f404827f947cbdf13f167de35d9910fe13)) -- add timestamps ([048b281](https://github.com/RobiMez/sma/commit/048b2817540e5457103c96c8b283a562d46759a8)) -- api support for customizable profanity filter state ([c847708](https://github.com/RobiMez/sma/commit/c84770898392fa7a484d65c28eebadf812e5c2f5)) -- blur sensitive info + add stats on main page ([4b866a0](https://github.com/RobiMez/sma/commit/4b866a0744ce75f7a0344f5055551ffc5751fc00)) -- darkmode and mobile ([4403a78](https://github.com/RobiMez/sma/commit/4403a78e748f8ba61b433dca5676474e32652ed7)) -- some reasonable limits are in order + enter to save ([9c5a9db](https://github.com/RobiMez/sma/commit/9c5a9db83eba8cb3cc18f92f849460e619689cb9)) +* add colors and add variable polling ([8f3b807](https://github.com/RobiMez/sma/commit/8f3b807adcdb79d1eba1d6e650db68e93e746d3a)) +* add enter to send ([bd45c09](https://github.com/RobiMez/sma/commit/bd45c094d2771ffbf8af270c24aacb2aea9baeed)) +* Add profanity check to messages in chat room ([ad3f4ca](https://github.com/RobiMez/sma/commit/ad3f4cab73b0955f1ed5f2aecb4c544bd0159179)) +* Add profanity filter toggle ([58caa11](https://github.com/RobiMez/sma/commit/58caa1121c23851e37dc660edbd6704bd6b49401)) +* Add room title and editing functionality ([c16f4d5](https://github.com/RobiMez/sma/commit/c16f4d5fab234daad82da3d4725fa4df27c5e192)) +* add sentry ([875833f](https://github.com/RobiMez/sma/commit/875833f404827f947cbdf13f167de35d9910fe13)) +* add timestamps ([048b281](https://github.com/RobiMez/sma/commit/048b2817540e5457103c96c8b283a562d46759a8)) +* api support for customizable profanity filter state ([c847708](https://github.com/RobiMez/sma/commit/c84770898392fa7a484d65c28eebadf812e5c2f5)) +* blur sensitive info + add stats on main page ([4b866a0](https://github.com/RobiMez/sma/commit/4b866a0744ce75f7a0344f5055551ffc5751fc00)) +* darkmode and mobile ([4403a78](https://github.com/RobiMez/sma/commit/4403a78e748f8ba61b433dca5676474e32652ed7)) +* some reasonable limits are in order + enter to save ([9c5a9db](https://github.com/RobiMez/sma/commit/9c5a9db83eba8cb3cc18f92f849460e619689cb9)) + ### Bug Fixes -- [#19](https://github.com/RobiMez/sma/issues/19) avoid delay ([300f0df](https://github.com/RobiMez/sma/commit/300f0df6f17ae3f8cf2a27940b9a339846a2ae74)) -- edge case ([2e4aa39](https://github.com/RobiMez/sma/commit/2e4aa397e51975e75d7e315b26a8cfdd5a78f076)) -- polling ([86807ba](https://github.com/RobiMez/sma/commit/86807ba9e64ded2c2cf05b034aa40910bff63dd9)) -- profanity warning message ([3d5b00d](https://github.com/RobiMez/sma/commit/3d5b00d45511ed1cd059f7994ea93817f102ca6c)) -- toggle ui ([102bc29](https://github.com/RobiMez/sma/commit/102bc2917b522807b993ada7cf477a9bb455bcdb)) -- undefined on first load + fallback to rid as title ([ffd2159](https://github.com/RobiMez/sma/commit/ffd2159f32735b11f6fb4e898e972d1bb44552c4)) +* [#19](https://github.com/RobiMez/sma/issues/19) avoid delay ([300f0df](https://github.com/RobiMez/sma/commit/300f0df6f17ae3f8cf2a27940b9a339846a2ae74)) +* edge case ([2e4aa39](https://github.com/RobiMez/sma/commit/2e4aa397e51975e75d7e315b26a8cfdd5a78f076)) +* polling ([86807ba](https://github.com/RobiMez/sma/commit/86807ba9e64ded2c2cf05b034aa40910bff63dd9)) +* profanity warning message ([3d5b00d](https://github.com/RobiMez/sma/commit/3d5b00d45511ed1cd059f7994ea93817f102ca6c)) +* toggle ui ([102bc29](https://github.com/RobiMez/sma/commit/102bc2917b522807b993ada7cf477a9bb455bcdb)) +* undefined on first load + fallback to rid as title ([ffd2159](https://github.com/RobiMez/sma/commit/ffd2159f32735b11f6fb4e898e972d1bb44552c4)) + diff --git a/package-lock.json b/package-lock.json index d787358..085e3ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,3 +1,3 @@ { - "version": "0.2.0" + "version": "0.3.0" } \ No newline at end of file diff --git a/package.json b/package.json index c3df994..a389194 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sma", - "version": "0.2.0", + "version": "0.3.0", "private": true, "license": "GPL-3.0-only", "scripts": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 85a4e70..99aae8d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5127,4 +5127,4 @@ snapshots: yocto-queue@1.0.0: {} -version: 0.2.0 +version: 0.3.0