Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whxaxes committed Mar 9, 2023
1 parent d709f66 commit 6eb2eff
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 1.0.0 (2023-03-09)


### Features

* first impl ([#1](https://github.com/artus-cli/plugin-npmcheckupdate/issues/1)) ([d709f66](https://github.com/artus-cli/plugin-npmcheckupdate/commit/d709f669e77c1a70dfd47b65bcd48227cbe59596))



6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A artus-cli plugin be used to display upgrade info
## Install

```sh
$ npm i -D @artus-cli/plugin-npmcheckupdate
$ npm i @artus-cli/plugin-npmcheckupdate
```

## Usage
Expand All @@ -22,9 +22,9 @@ $ npm i -D @artus-cli/plugin-npmcheckupdate
// plugin.ts

export default {
template: {
npmcheckupdate: {
enable: true,
package: 'artus-cli/plugin-npmcheckupdate',
package: '@artus-cli/plugin-npmcheckupdate',
},
};
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artus-cli/plugin-npmcheckupdate",
"version": "0.0.2",
"version": "1.0.0",
"description": "A artus-cli plugin be used to display upgrade info",
"homepage": "",
"author": "whxaxes <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './types';
export * from './helper';

0 comments on commit 6eb2eff

Please sign in to comment.