Skip to content

Commit 7a954e4

Browse files
author
James Brundage
committed
release: OpenGraph 0.1
Adding CHANGELOG and updating module version and release notes
1 parent 764835d commit 7a954e4

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## OpenGraph 0.0.1
2+
3+
* Initial Release of OpenGraph Module (#1)
4+
* `Get-OpenGraph` gets open graph information (#2)
5+
* OpenGraph objects can get `.HTML` (#8)

OpenGraph.psd1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
TypesToProcess = 'OpenGraph.types.ps1xml'
1212
PrivateData = @{
1313
PSData = @{
14-
Tags = @('OpenGraph','SEO', 'Web','PowerShellWeb')
14+
Tags = @('OpenGraph','SEO','Web','PowerShellWeb' )
1515
ProjectURI = 'https://github.com/PowerShellWeb/OpenGraph'
1616
LicenseURI = 'https://github.com/PowerShellWeb/OpenGraph/blob/main/LICENSE'
1717
ReleaseNotes = @'
18-
1918
> Like It? [Star It](https://github.com/PowerShellWeb/OpenGraph)
2019
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
2120
22-
Embed content from anywhere on the internet
21+
## OpenGraph 0.1
22+
23+
* `OpenGraph.ToString()` now returns HTML (#10)
24+
* `Get-OpenGraph` now caches results (#11)
2325
24-
## OpenGraph 0.0.1
26+
---
2527
26-
* Initial Release of OpenGraph Module (#1)
27-
* `Get-OpenGraph` gets open graph information (#2)
28-
* OpenGraph objects can get `.HTML` (#8)
28+
Additional release notes can be found at [CHANGELOG.md](https://github.com/PowerShellWeb/OpenGraph/blob/main/CHANGELOG.md)
2929
'@
3030
}
3131
}

0 commit comments

Comments
 (0)