Skip to content

Commit 652b090

Browse files
authored
chore: release 3.4.0 (#336)
* chore: release 3.4.0 * chore: finish release notes for v3.4.0
1 parent f99747b commit 652b090

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

NEWS.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/electron-userland/electron-installer-redhat/compare/v3.3.0...main
5+
[Unreleased]: https://github.com/electron-userland/electron-installer-redhat/compare/v3.4.0...main
6+
7+
## [3.4.0] - 2023-02-28
8+
9+
[3.4.0]: https://github.com/electron-userland/electron-installer-redhat/compare/v3.3.0...v3.4.0
10+
11+
### Added
12+
13+
* Add options.platform to set %_target_os (#175, #196)
14+
15+
### Fixed
16+
17+
* Skip stripping when making RPM for different architecture (#325)
618

719
## [3.3.0] - 2021-02-05
820

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "electron-installer-redhat",
33
"description": "Create a Red Hat package for your Electron app.",
4-
"version": "3.3.0",
4+
"version": "3.4.0",
55
"license": "MIT",
66
"author": {
77
"name": "Daniel Perez Alvarez",

0 commit comments

Comments
 (0)