Skip to content

Commit

Permalink
v1.2.7 (#26)
Browse files Browse the repository at this point in the history
* v1.2.7

* self-hosted -> ubuntu-latest

* eslint fixes

* Dependencies improvements
  • Loading branch information
MrRefactoring authored May 7, 2024
1 parent 6e8c491 commit 2d42f6b
Show file tree
Hide file tree
Showing 21 changed files with 1,935 additions and 2,030 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest

strategy:
max-parallel: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: workflow_dispatch

jobs:
publish:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Trello.js changelog

### 1.2.7

- [#25](https://github.com/MrRefactoring/trello.js/issues/25): `before` and `since` parameters added to `getMemberActions` endpoint.

### 1.2.5

- Badge fix
Expand Down
Loading

0 comments on commit 2d42f6b

Please sign in to comment.