Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed Aug 18, 2023
1 parent f8093ff commit 669c7dd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [14.x, 16.x, 18.x]
os: [macOS-latest, ubuntu-latest]

steps:
Expand Down
14 changes: 13 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

## [Unreleased]

[Unreleased]: https://github.com/electron-userland/electron-installer-debian/compare/v3.1.0...main
[Unreleased]: https://github.com/electron-userland/electron-installer-debian/compare/v3.2.0...main

## [3.2.0] - 2023-08-18

[3.2.0]: https://github.com/electron-userland/electron-installer-debian/compare/v3.1.0...v3.2.0

### Added

* Allow passing in compression option (#342)

### Removed

* Node < 12 support (#220)

## [3.1.0] - 2020-06-28

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-installer-debian",
"description": "Create a Debian package for your Electron app.",
"version": "3.1.0",
"version": "3.2.0",
"license": "MIT",
"author": {
"name": "Daniel Perez Alvarez",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test": "npm run lint && npm run spec"
},
"engines": {
"node": ">= 10.0.0"
"node": ">= 14.0.0"
},
"dependencies": {
"@malept/cross-spawn-promise": "^1.0.0",
Expand Down

0 comments on commit 669c7dd

Please sign in to comment.