Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neochrome committed Aug 31, 2021
1 parent e952785 commit ec91375
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5943,7 +5943,7 @@ class Trello {

}

Trello.CARD_DESCRIPTION_MAX_LENGTH = 11940;
Trello.CARD_DESCRIPTION_MAX_LENGTH = 10000;
module.exports = Trello;


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": "pr-trello-action",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ec91375

Please sign in to comment.