Skip to content

Commit d6f3ba0

Browse files
authored
Prepare version 1.5.28 (#1606)
1 parent 571d03f commit d6f3ba0

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: npm install
3535

3636
- name: Create Pull Request
37-
uses: peter-evans/create-pull-request@v6
37+
uses: peter-evans/create-pull-request@v7
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}
4040
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44
We are following the [Keep a Changelog](https://keepachangelog.com/) format.
55

6-
## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.27...master)
6+
## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.28...master)
7+
8+
## [1.5.28](https://github.com/FredrikNoren/ungit/compare/v1.5.27...v1.5.28)
9+
10+
### Fixes
11+
- Enable git fetch again [#1604](https://github.com/FredrikNoren/ungit/pull/1604)
12+
13+
### Changed
14+
- Bump Dependencies https://github.com/FredrikNoren/ungit/commit/dd9b7a35c92fafc3883a2ad7d04814049e04406a, https://github.com/FredrikNoren/ungit/commit/7e4e830cb71bdcbdd92d903419e1ad5e23a5ddc2, https://github.com/FredrikNoren/ungit/commit/944835dc8627c767c7145dad94b9fb4a2028e685, https://github.com/FredrikNoren/ungit/commit/ea063f47acf1f733b2a0af80d9c94293c3d880b7
15+
- CI Fixes https://github.com/FredrikNoren/ungit/commit/c02db509c2c334e7541e8f3dea4f615c7a614ccb, https://github.com/FredrikNoren/ungit/commit/a32668649836d7fd382574615333807ef3eed370, https://github.com/FredrikNoren/ungit/commit/7349b941a58f95117801fa36029fd44769dee8f8,
16+
- Replace node 21 with 22 https://github.com/FredrikNoren/ungit/commit/571d03f5fd9f4dca073152b123f117b5fb9bde8b
717

818
## [1.5.27](https://github.com/FredrikNoren/ungit/compare/v1.5.26...v1.5.27)
919

package-lock.json

Lines changed: 2 additions & 2 deletions
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
@@ -2,7 +2,7 @@
22
"name": "ungit",
33
"author": "Fredrik Norén <[email protected]>",
44
"description": "Git made easy",
5-
"version": "1.5.27",
5+
"version": "1.5.28",
66
"ungitPluginApiVersion": "0.2.0",
77
"scripts": {
88
"start": "node ./bin/ungit",

0 commit comments

Comments
 (0)