Skip to content

Commit 1697fd8

Browse files
authored
Update for v0.1.3 (#21)
1 parent 9a98a3e commit 1697fd8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.3] - 2023-04-05
10+
11+
### Changed
12+
13+
- Update AnyPackage to 0.5.1 (#20)
14+
915
## [0.1.2] - 2023-03-15
1016

1117
#### Fixed
@@ -43,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4349

4450
Initial release
4551

46-
[Unreleased]: https://github.com/AnyPackage/AnyPackage.Chocolatey/compare/v0.1.2...HEAD
52+
[Unreleased]: https://github.com/AnyPackage/AnyPackage.Chocolatey/compare/v0.1.3...HEAD
53+
[0.1.3]: https://github.com/AnyPackage/AnyPackage.Chocolatey/releases/tag/v0.1.3
4754
[0.1.2]: https://github.com/AnyPackage/AnyPackage.Chocolatey/releases/tag/v0.1.2
4855
[0.1.1]: https://github.com/AnyPackage/AnyPackage.Chocolatey/releases/tag/v0.1.1
4956
[0.1.0]: https://github.com/AnyPackage/AnyPackage.Chocolatey/releases/tag/v0.1.0

src/AnyPackage.Chocolatey.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'AnyPackage.Chocolatey.psm1'
3-
ModuleVersion = '0.1.2'
3+
ModuleVersion = '0.1.3'
44
CompatiblePSEditions = @('Desktop', 'Core')
55
GUID = '070f2b8f-c7db-4566-9296-2f7cc9146bf0'
66
Author = 'Ethan Bergstrom'

0 commit comments

Comments
 (0)