Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
!deploy v2.13.0
Browse files Browse the repository at this point in the history
## 2.13.0 - 2020-07-30

* [Issue #81](#81)
    * Fixed: `Add-ConIf` parameter error message
    * Fixed: `Add-ConIf` now allows boolean values
* [Issue #82](#82)
    * Fixed: Condition Functions are now supported on any parameter that already accepts Intrinsic Functions
* Miscellaneous
    * Updated PseudoParameter list to current spec.
  • Loading branch information
scrthq committed Jul 31, 2020
1 parent ec24c86 commit 153dc41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!-- TOC -->

* [2.13.0 - 2020-07-30](#2130---2020-07-30)
* [2.12.2 - 2020-06-04](#2122---2020-06-04)
* [2.12.1 - 2020-05-05](#2121---2020-05-05)
* [2.12.0 - 2020-05-03](#2120---2020-05-03)
Expand Down Expand Up @@ -57,6 +58,16 @@

<!-- /TOC -->

## 2.13.0 - 2020-07-30

* [Issue #81](https://github.com/SCRT-HQ/VaporShell/issues/81)
* Fixed: `Add-ConIf` parameter error message
* Fixed: `Add-ConIf` now allows boolean values
* [Issue #82](https://github.com/SCRT-HQ/VaporShell/issues/82)
* Fixed: Condition Functions are now supported on any parameter that already accepts Intrinsic Functions
* Miscellaneous
* Updated PseudoParameter list to current spec.

## 2.12.2 - 2020-06-04

* [Issue #79](https://github.com/SCRT-HQ/VaporShell/issues/79)
Expand Down
2 changes: 1 addition & 1 deletion VaporShell/VaporShell.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'VaporShell.psm1'

# Version number of this module.
ModuleVersion = '2.12.0'
ModuleVersion = '2.13.0'

# ID used to uniquely identify this module
GUID = 'd526494c-6e59-41ff-ad05-eedbc1473b6a'
Expand Down

0 comments on commit 153dc41

Please sign in to comment.