Skip to content

Commit

Permalink
1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Paul committed Apr 5, 2022
1 parent 72e70c7 commit 2bbb675
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.11.0 (2022-04-05)
=======================

No significant changes.


1.11.0-rc1 (2022-03-21)
=======================

Expand Down
2 changes: 1 addition & 1 deletion 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": "matrix-appservice-slack",
"version": "1.11.0-rc1",
"version": "1.11.0",
"description": "A Matrix <--> Slack bridge",
"engines": {
"node": ">=12 16<="
Expand Down
2 changes: 1 addition & 1 deletion scripts/towncrier.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
VERSION=`python3 -c "import json; f = open('./package.json', 'r'); v = json.loads(f.read())['version']; f.close(); print(v)"`
towncrier --version $VERSION $1
towncrier build --version $VERSION $1

0 comments on commit 2bbb675

Please sign in to comment.