Skip to content

Commit

Permalink
1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jul 24, 2020
1 parent 0e7df45 commit 5d15d06
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 17 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
1.13.1 (2020-06-26)
1.13.2 (2020-07-24)
====================

Bugfixes
--------

- Fix usages of private properties on `AppserviceRegistration` ([\#179](https://github.com/matrix-org/matrix-appservice-bridge/issues/179))


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

- Update packages to latest versions ([\#175](https://github.com/matrix-org/matrix-appservice-bridge/issues/175))
- Remove travis-ci configuration file ([\#176](https://github.com/matrix-org/matrix-appservice-bridge/issues/176))
- Port `EventQueue` to Typescript. ([\#177](https://github.com/matrix-org/matrix-appservice-bridge/issues/177))
- Run NPM `build` on `prepublish`. ([\#178](https://github.com/matrix-org/matrix-appservice-bridge/issues/178))


1.13.1 (2020-06-26)
====================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

36 changes: 28 additions & 8 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-bridge",
"version": "1.13.1",
"version": "1.13.2",
"description": "Bridging infrastructure for Matrix Application Services",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,8 +12,7 @@
"lint:ts": "eslint -c .eslintrcts.json --max-warnings 0 src/**/*.ts",
"test": "BLUEBIRD_DEBUG=1 jasmine --stop-on-failure=true",
"check": "npm run lint && npm test",
"ci-test": "BLUEBIRD_DEBUG=1 nyc -x \"**/spec/**\" --report text jasmine",
"prepublish": "npm run build"
"ci-test": "BLUEBIRD_DEBUG=1 nyc -x \"**/spec/**\" --report text jasmine"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5d15d06

Please sign in to comment.