Skip to content

Commit

Permalink
Merge branch 'develop' into tadzik/media-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik authored Aug 28, 2024
2 parents ad63db4 + bd06139 commit 9f5daf0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20

# We want to install matrix-appservice-bridge, which we depend on.
- run: yarn --ignore-scripts
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.0.1 (2024-07-04)
==================

### Internal Changes

- Move to ESM for widgets. ([\#1800](https://github.com/matrix-org/matrix-appservice-irc/issues/1800))
- Improve e2e test reliability. ([\#1803](https://github.com/matrix-org/matrix-appservice-irc/issues/1803))
- Don't use origin_server_ts when tracking joins, use bridge-time instead. ([\#1804](https://github.com/matrix-org/matrix-appservice-irc/issues/1804))


2.0.0 (2024-04-08)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/1800.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1803.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1804.misc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-irc",
"version": "2.0.0",
"version": "2.0.1",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down

0 comments on commit 9f5daf0

Please sign in to comment.