diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 81602fbee..920ba7ff9 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -34,7 +34,7 @@ jobs: - run: npm install - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> diff --git a/CHANGELOG.md b/CHANGELOG.md index 791592a28..537be4ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,17 @@ 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.27...master) +## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.28...master) + +## [1.5.28](https://github.com/FredrikNoren/ungit/compare/v1.5.27...v1.5.28) + +### Fixes +- Enable git fetch again [#1604](https://github.com/FredrikNoren/ungit/pull/1604) + +### Changed +- 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 +- CI Fixes https://github.com/FredrikNoren/ungit/commit/c02db509c2c334e7541e8f3dea4f615c7a614ccb, https://github.com/FredrikNoren/ungit/commit/a32668649836d7fd382574615333807ef3eed370, https://github.com/FredrikNoren/ungit/commit/7349b941a58f95117801fa36029fd44769dee8f8, +- Replace node 21 with 22 https://github.com/FredrikNoren/ungit/commit/571d03f5fd9f4dca073152b123f117b5fb9bde8b ## [1.5.27](https://github.com/FredrikNoren/ungit/compare/v1.5.26...v1.5.27) diff --git a/package-lock.json b/package-lock.json index 574fab7e1..c1c3b1735 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ungit", - "version": "1.5.27", + "version": "1.5.28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ungit", - "version": "1.5.27", + "version": "1.5.28", "license": "MIT", "dependencies": { "@primer/octicons": "~19.11.0", diff --git a/package.json b/package.json index cc0ed0184..5d6eb0e8b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ungit", "author": "Fredrik Norén ", "description": "Git made easy", - "version": "1.5.27", + "version": "1.5.28", "ungitPluginApiVersion": "0.2.0", "scripts": { "start": "node ./bin/ungit",