Skip to content

Commit 79444a4

Browse files
author
James Brundage
committed
release: obs-powershell 0.2.0.1
Updating Manifest and CHANGELOG.md
1 parent 0f5ca7f commit 79444a4

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
> Like It? [Star It](https://github.com/StartAutomating/obs-powershell)
22
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
33
4+
## obs-powershell 0.2.0.1:
5+
6+
* Fixing `Watch-OBS` (Fixes #216)
7+
* Adding `CONTRIBUTING.md` (Fixes #204)
8+
* Adding `CODE_OF_CONDUCT.md` (Fixes #205)
9+
10+
---
11+
412
## obs-powershell 0.2:
513

614
* So Many Shaders!

obs-powershell.ps.psd1

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.2'
2+
ModuleVersion = '0.2.0.1'
33
RootModule = 'obs-powershell.psm1'
44
Description = 'Script your streams'
55
Guid = '1417123e-a932-439f-9b68-a7313cf1e170'
@@ -18,6 +18,14 @@
1818
> Like It? [Star It](https://github.com/StartAutomating/obs-powershell)
1919
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
2020
21+
## obs-powershell 0.2.0.1:
22+
23+
* Fixing `Watch-OBS` (Fixes #216)
24+
* Adding `CONTRIBUTING.md` (Fixes #204)
25+
* Adding `CODE_OF_CONDUCT.md` (Fixes #205)
26+
27+
---
28+
2129
## obs-powershell 0.2:
2230
2331
* So Many Shaders!

0 commit comments

Comments
 (0)