Skip to content

Commit

Permalink
Prepare version 1.5.21 (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed Jul 10, 2022
1 parent 0d5ec57 commit 5546462
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 141 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,6 @@ jobs:
path: dist/ungit-linux-armv7l.zip
retention-days: 7

- name: Upload ungit-linux-ia32
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '14'
uses: actions/upload-artifact@v3
with:
name: ungit-linux-ia32
path: dist/ungit-linux-ia32.zip
retention-days: 7

- name: Upload ungit-linux-x64
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '14'
uses: actions/upload-artifact@v3
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).
We are following the [Keep a Changelog](https://keepachangelog.com/) format.

## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.20...master)
## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.21...master)

## [1.5.21](https://github.com/FredrikNoren/ungit/compare/v1.5.20...v1.5.21)

### Fixes
- fix patch checkbox html [#1517](https://github.com/FredrikNoren/ungit/pull/1517)

### Changed
- Bump Dependencies [#1512](https://github.com/FredrikNoren/ungit/pull/1512)
- Bump Dependencies [#1518](https://github.com/FredrikNoren/ungit/pull/1518)

### Removed
- Remove node 12 from build matrix [#1516](https://github.com/FredrikNoren/ungit/pull/1516)
Expand Down
Loading

0 comments on commit 5546462

Please sign in to comment.