Skip to content

Commit

Permalink
5.1.2
Browse files Browse the repository at this point in the history
Bugfixes
--------

- Fix widget pinning to light theme. ([\#873](#873))
- Fix hookshot failing to format API errors.
  Only log a stacktrace of API errors on debug level logging, log limited error on info. ([\#874](#874))
- Fix GitHub events not working due to verification failures. ([\#875](#875))

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

- Fix spelling of "successfully". ([\#869](#869))
  • Loading branch information
Half-Shot committed Jan 2, 2024
1 parent 41ee467 commit 0175f9e
Show file tree
Hide file tree
Showing 9 changed files with 220 additions and 96 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
5.1.2 (2024-01-02)
==================

Bugfixes
--------

- Fix widget pinning to light theme. ([\#873](https://github.com/matrix-org/matrix-hookshot/issues/873))
- Fix hookshot failing to format API errors.
Only log a stacktrace of API errors on debug level logging, log limited error on info. ([\#874](https://github.com/matrix-org/matrix-hookshot/issues/874))
- Fix GitHub events not working due to verification failures. ([\#875](https://github.com/matrix-org/matrix-hookshot/issues/875))


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

- Fix spelling of "successfully". ([\#869](https://github.com/matrix-org/matrix-hookshot/issues/869))


5.1.1 (2023-12-29)
==================

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "matrix-hookshot"
version = "5.1.1"
version = "5.1.2"
edition = "2021"

[lib]
Expand Down
1 change: 0 additions & 1 deletion changelog.d/869.misc

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/874.bugfix

This file was deleted.

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

This file was deleted.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-hookshot",
"version": "5.1.1",
"version": "5.1.2",
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
"main": "lib/app.js",
"repository": "https://github.com/matrix-org/matrix-hookshot",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@vector-im/compound-design-tokens": "^0.1.0",
"@vector-im/compound-web": "^0.9.4",
"ajv": "^8.11.0",
"axios": "^1.6.2",
"axios": "^1.6.3",
"cors": "^2.8.5",
"express": "^4.18.2",
"figma-js": "^1.14.0",
Expand All @@ -68,12 +68,12 @@
"p-queue": "^6.6.2",
"preact-render-to-string": "^6.3.1",
"prom-client": "^15.1.0",
"quickjs-emscripten": "^0.24.0",
"quickjs-emscripten": "^0.26.0",
"reflect-metadata": "^0.2.1",
"source-map-support": "^0.5.21",
"string-argv": "^0.3.1",
"tiny-typed-emitter": "^2.1.0",
"vite-plugin-magical-svg": "^1.0.3",
"vite-plugin-magical-svg": "^1.1.1",
"winston": "^3.11.0",
"xml2js": "^0.6.2",
"yaml": "^2.3.4"
Expand All @@ -94,10 +94,10 @@
"@types/micromatch": "^4.0.1",
"@types/mime": "^3.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "20.10.5",
"@types/node": "20.10.6",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@uiw/react-codemirror": "^4.12.3",
"chai": "^4.3.4",
"eslint": "^8.49.0",
Expand All @@ -110,7 +110,7 @@
"nyc": "^15.1.0",
"preact": "^10.5.15",
"rimraf": "^5.0.5",
"sass": "^1.51.0",
"sass": "^1.69.6",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
Expand Down
Loading

0 comments on commit 0175f9e

Please sign in to comment.