Skip to content

Commit 22ee256

Browse files
authored
Merge pull request #57 from AsBuiltReport/dev
v1.4.2.1
2 parents a88b449 + ba9a91c commit 22ee256

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
needs: publish-to-gallery
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: zentered/bluesky-post-action@v0.1.0
48+
- uses: zentered/bluesky-post-action@v0.2.0
4949
with:
5050
post: "[New Release] ${{ github.event.repository.name }} ${{ github.event.release.tag_name }}! Check out what's new! ${{ github.event.release.html_url }} #AsBuiltReport #PowerShell"
5151
env:

AsBuiltReport.Core.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Version number of this module.
1515

16-
ModuleVersion = '1.4.2'
16+
ModuleVersion = '1.4.2.1'
1717

1818
# Supported PSEditions
1919
# CompatiblePSEditions = 'Desktop'

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.2.1] - 2025-02-22
9+
10+
### Changed
11+
- Update Bluesky post release action to v0.2.0
12+
813
## [1.4.2] - 2025-01-30
914

1015
### Fixed

0 commit comments

Comments
 (0)