Skip to content

Commit fcb7eeb

Browse files
committed
Add v2.7.0 to changelog
1 parent 6f7e777 commit fcb7eeb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
ci:
1111
uses: shlinkio/github-actions/.github/workflows/web-app-ci.yml@main
1212
with:
13-
node-version: 20.5
13+
node-version: 22.4
1414
with-unit-tests: false

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
66

7-
## [Unreleased]
7+
## [2.7.0] - 2024-07-20
88
### Added
99
* *Nothing*
1010

1111
### Changed
1212
* Use new reusable workflow to publish docker image
1313
* Update to `@shlinkio/eslint-config-js-coding-standard` 3.0, and migrate to ESLint flat config.
14+
* Update dependencies
1415

1516
### Deprecated
1617
* *Nothing*

0 commit comments

Comments
 (0)