Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
electerious committed Feb 21, 2021
2 parents d662ddf + 579fb1c commit 4971414
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x,15.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

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).

## [3.0.5] - 2021-02-21

### Changed

- Ackee now requires Node.js 14 in the `package.json` even when Node.js 14 was already required
- Tests are testing with Node.js 14 and 15

## [3.0.4] - 2021-02-21

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ackee",
"private": true,
"version": "3.0.4",
"version": "3.0.5",
"authors": [
"Tobias Reich <tobias@electerious.com>"
],
Expand Down

1 comment on commit 4971414

@vercel
Copy link

@vercel vercel bot commented on 4971414 Feb 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.