Skip to content

Commit 2d42f6b

Browse files
v1.2.7 (#26)
* v1.2.7 * self-hosted -> ubuntu-latest * eslint fixes * Dependencies improvements
1 parent 6e8c491 commit 2d42f6b

21 files changed

+1935
-2030
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: self-hosted
7+
runs-on: ubuntu-latest
88

99
strategy:
1010
max-parallel: 1

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: workflow_dispatch
33

44
jobs:
55
publish:
6-
runs-on: self-hosted
6+
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout sources
99
uses: actions/checkout@v2

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Trello.js changelog
22

3+
### 1.2.7
4+
5+
- [#25](https://github.com/MrRefactoring/trello.js/issues/25): `before` and `since` parameters added to `getMemberActions` endpoint.
6+
37
### 1.2.5
48

59
- Badge fix

0 commit comments

Comments
 (0)