Skip to content

Commit a44498e

Browse files
committed
Version 0.18.4 Release
Signed-off-by: Gary Kim <gary@garykim.dev>
1 parent a908596 commit a44498e

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Updates may also include translation updates.
99

10+
## [v0.18.4](https://github.com/gary-kim/riotchat/tree/v0.18.4) - 2024-11-07
11+
12+
[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.18.3...v0.18.4)
13+
14+
### Changed
15+
16+
- chore\(deps\): update Element Web to v1.11.84 [\#662](https://github.com/gary-kim/riotchat/pull/662) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
17+
18+
### Dependencies
19+
20+
- fix\(deps\): update dependency core-js to ^3.39.0 [\#660](https://github.com/gary-kim/riotchat/pull/660) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
21+
- chore\(deps\): update dependency webpack to ^5.96.1 [\#659](https://github.com/gary-kim/riotchat/pull/659) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
22+
- chore\(deps\): update dependency eslint-plugin-vue to ^9.30.0 [\#658](https://github.com/gary-kim/riotchat/pull/658) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
23+
- chore\(deps\): update babel monorepo [\#654](https://github.com/gary-kim/riotchat/pull/654) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
24+
1025
## [v0.18.3](https://github.com/gary-kim/riotchat/tree/v0.18.3) - 2024-11-02
1126

1227
[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.18.2...v0.18.3)

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project is not affiliated, associated, authorized, endorsed by, or in any w
1313
The name Element as well as related names, marks, emblems and images are registered trademarks of their respective owners.
1414
1515
The upstream project can be found at [https://github.com/vector-im/element-web](https://github.com/vector-im/element-web).]]></description>
16-
<version>0.18.3</version>
16+
<version>0.18.4</version>
1717
<licence>agpl</licence>
1818
<author mail="gary@garykim.dev" homepage="https://garykim.dev">Gary Kim</author>
1919
<namespace>RiotChat</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "riotchat",
3-
"version": "0.18.3",
3+
"version": "0.18.4",
44
"description": "Still in development",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)