Skip to content

Commit d6b6933

Browse files
authored
Update for v0.2.0 (#23)
1 parent 90d5a83 commit d6b6933

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,22 @@ and this project adheres to [Semantic Versioning][semver].
1010

1111
## [Unreleased]
1212

13+
## [0.2.0] - 2025-05-06
14+
15+
### Added
16+
17+
- Add Find-Package source info (#22)
18+
19+
### Fixed
20+
21+
- Fix Find-Package version range (#21)
22+
1323
## [0.1.0] - 2025-05-05
1424

1525
### Added
1626

1727
- Initial release
1828

19-
[Unreleased]: https://github.com/anypackage/npm/compare/v0.1.0...HEAD
29+
[Unreleased]: https://github.com/anypackage/npm/compare/v0.2.0...HEAD
30+
[0.2.0]: https://github.com/anypackage/npm/releases/tag/v0.2.0
2031
[0.1.0]: https://github.com/anypackage/npm/releases/tag/v0.1.0

src/AnyPackage.Npm.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'AnyPackage.Npm.psm1'
3-
ModuleVersion = '0.1.0'
3+
ModuleVersion = '0.2.0'
44
CompatiblePSEditions = @('Desktop', 'Core')
55
GUID = '39d4de27-226c-421d-8eae-7c0b76835fab'
66
Author = 'Thomas Nieto'

0 commit comments

Comments
 (0)