Skip to content

Commit 2d5fb6c

Browse files
committed
Merge branch 'develop' into bugfix/captions-toggle-parameter-fix
2 parents e924cc0 + 20a9e93 commit 2d5fb6c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [14.x, 16.x, 18.x]
20+
node-version: [16.x, 18.x, 20.x]
2121

2222
steps:
2323
- uses: actions/checkout@v1

.github/workflows/npm-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 16
15+
node-version: 18
1616
registry-url: https://registry.npmjs.org/
1717

1818
- name: install

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Fixed order of parameters in `_setMuteProp()` call in `CaptionsTogglePlugin` so Container correctly sets initial state of toggle button
1313

14-
## [2.5.0] - unreleased
14+
## [2.5.0] - 2023-02-21
1515

1616
### Changed
1717

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)