File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,22 @@ and this project adheres to [Semantic Versioning][semver].
10
10
11
11
## [ Unreleased]
12
12
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
+
13
23
## [ 0.1.0] - 2025-05-05
14
24
15
25
### Added
16
26
17
27
- Initial release
18
28
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
20
31
[ 0.1.0 ] : https://github.com/anypackage/npm/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' AnyPackage.Npm.psm1'
3
- ModuleVersion = ' 0.1 .0'
3
+ ModuleVersion = ' 0.2 .0'
4
4
CompatiblePSEditions = @ (' Desktop' , ' Core' )
5
5
GUID = ' 39d4de27-226c-421d-8eae-7c0b76835fab'
6
6
Author = ' Thomas Nieto'
You can’t perform that action at this time.
0 commit comments