Skip to content

Commit

Permalink
Version 0.17.1 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Kim <[email protected]>
  • Loading branch information
gary-kim committed May 15, 2024
1 parent 2ef9f27 commit b95e090
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Updates may also include translation updates.

## [v0.17.1](https://github.com/gary-kim/riotchat/tree/v0.17.1) - 2024-05-15

[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.17.0...v0.17.1)

### Changed

- chore\(deps\): update Element Web to v1.11.66 [\#608](https://github.com/gary-kim/riotchat/pull/608) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))

### Dependencies

- fix\(deps\): update dependency @nextcloud/vue to ^8.11.3 [\#607](https://github.com/gary-kim/riotchat/pull/607) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
- fix\(deps\): update dependency @nextcloud/axios to ^2.5.0 [\#605](https://github.com/gary-kim/riotchat/pull/605) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
- chore\(deps\): update babel monorepo to ^7.24.5 [\#604](https://github.com/gary-kim/riotchat/pull/604) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
- fix\(deps\): update dependency core-js to ^3.37.1 [\#598](https://github.com/gary-kim/riotchat/pull/598) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
- chore\(deps\): update dependency eslint-plugin-vue to ^9.26.0 [\#596](https://github.com/gary-kim/riotchat/pull/596) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
- chore\(deps\): update dependency sass-loader to ^14.2.1 [\#595](https://github.com/gary-kim/riotchat/pull/595) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))

## [v0.17.0](https://github.com/gary-kim/riotchat/tree/v0.17.0) - 2024-05-05

[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.16.9...v0.17.0)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This project is not affiliated, associated, authorized, endorsed by, or in any w
The name Element as well as related names, marks, emblems and images are registered trademarks of their respective owners.
The upstream project can be found at [https://github.com/vector-im/element-web](https://github.com/vector-im/element-web).]]></description>
<version>0.17.0</version>
<version>0.17.1</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://garykim.dev">Gary Kim</author>
<namespace>RiotChat</namespace>
Expand Down
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": "riotchat",
"version": "0.17.0",
"version": "0.17.1",
"description": "Still in development",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit b95e090

Please sign in to comment.