Skip to content

Commit

Permalink
0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Apr 12, 2023
1 parent 4ae9a35 commit 5ace5d6
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 10 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
0.37.1 (2023-03-07)
0.38.0 (2023-04-12)
===================

Bugfixes
--------

- Fix SQL syntax errors in the PostgreSQL data store. ([\#1660](https://github.com/matrix-org/matrix-appservice-irc/issues/1660))
- Fix unlink command showing an error. ([\#1692](https://github.com/matrix-org/matrix-appservice-irc/issues/1692))


Internal Changes
----------------

- RoomAccessSyncer: Await processing of cached channel modes that changed. ([\#1620](https://github.com/matrix-org/matrix-appservice-irc/issues/1620))
- Fix tests when running with 'yarnpkg link matrix-appservice-bridge'. ([\#1679](https://github.com/matrix-org/matrix-appservice-irc/issues/1679))
- Add tests that cover publicity syncing behaviour. ([\#1698](https://github.com/matrix-org/matrix-appservice-irc/issues/1698))


0.37.1 (2023-03-07)
====================

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1660.bugfix

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1692.bugfix

This file was deleted.

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

This file was deleted.

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-irc",
"version": "0.37.1",
"version": "0.38.0",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand All @@ -14,7 +14,7 @@
"build:widget": "vite build --config widget/vite.config.ts",
"dev:widget": "vite dev --config widget/vite.config.ts",
"test": "BLUEBIRD_DEBUG=1 ts-node --project spec/tsconfig.json node_modules/jasmine/bin/jasmine --stop-on-failure=true",
"test:e2e": "jest --config spec/e2e/jest.config.js --forceExit # Can be removed after https://github.com/matrix-org/matrix-appservice-bridge/pull/439 is merged",
"test:e2e": "jest --config spec/e2e/jest.config.js --forceExit",
"lint": "eslint -c .eslintrc --max-warnings 0 'spec/**/*.js' 'src/**/*.ts' && eslint -c ./widget/.eslintrc.js 'widget/src/**/*.{ts,tsx}'",
"check": "npm test && npm run lint",
"ci-test": "nyc --report text jasmine",
Expand Down

0 comments on commit 5ace5d6

Please sign in to comment.