Skip to content

Commit

Permalink
feat: add getVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
fyangstudio committed Feb 22, 2021
1 parent 88b6eb7 commit 430150c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/ice-npm-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.1.0
- [feat] add `getVersions` method

## 1.4.1

- [chore] remove cacheData for server use
Expand Down
2 changes: 1 addition & 1 deletion packages/ice-npm-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ice-npm-utils",
"version": "2.0.2",
"version": "2.1.0",
"description": "npm utils for ice",
"main": "lib/index.js",
"files": [
Expand Down
1 change: 1 addition & 0 deletions packages/ice-npm-utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ export {
getNpmRegistry,
getUnpkgHost,
getNpmClient,
getVersions,
isAliNpm,
getNpmInfo,
checkAliInternal,
Expand Down

0 comments on commit 430150c

Please sign in to comment.