Skip to content

Commit 4971414

Browse files
committed
Merge branch 'develop'
2 parents d662ddf + 579fb1c commit 4971414

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/build.yml

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

2929
strategy:
3030
matrix:
31-
node-version: [12.x, 14.x]
31+
node-version: [14.x,15.x]
3232
os: [ubuntu-latest, windows-latest, macOS-latest]
3333

3434
steps:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

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

7+
## [3.0.5] - 2021-02-21
8+
9+
### Changed
10+
11+
- Ackee now requires Node.js 14 in the `package.json` even when Node.js 14 was already required
12+
- Tests are testing with Node.js 14 and 15
13+
714
## [3.0.4] - 2021-02-21
815

916
### Fixed

dist/index.js

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ackee",
33
"private": true,
4-
"version": "3.0.4",
4+
"version": "3.0.5",
55
"authors": [
66
"Tobias Reich <tobias@electerious.com>"
77
],

0 commit comments

Comments
 (0)