Skip to content

Commit 83f4baf

Browse files
author
James Brundage
committed
Updating Module Version [0.1.5] and CHANGELOG
1 parent 47139a8 commit 83f4baf

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## obs-powershell 0.1.5:
2+
3+
* Adding OBS.SceneItem .Animate (Fixes #59)
4+
5+
---
6+
17
## obs-powershell 0.1.4:
28

39
* Adding Add-OBSColorSource (Fixes #51)

obs-powershell.ps.psd1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.1.4'
2+
ModuleVersion = '0.1.5'
33
RootModule = 'obs-powershell.psm1'
44
Description = 'Script OBS with PowerShell'
55
Guid = '1417123e-a932-439f-9b68-a7313cf1e170'
@@ -16,6 +16,12 @@
1616
ProjectURI = 'https://github.com/StartAutomating/obs-powershell'
1717
LicenseURI = 'https://github.com/StartAutomating/obs-powershell/blob/main/LICENSE'
1818
ReleaseNotes = @'
19+
## obs-powershell 0.1.5:
20+
21+
* Adding OBS.SceneItem .Animate (Fixes #59)
22+
23+
---
24+
1925
## obs-powershell 0.1.4:
2026
2127
* Adding Add-OBSColorSource (Fixes #51)

0 commit comments

Comments
 (0)