Skip to content

Commit

Permalink
chore(release): version 0.0.3
Browse files Browse the repository at this point in the history
## [0.0.3](v0.0.2...v0.0.3) (2021-03-29)

### Bug Fixes

* release package ([ff18448](ff18448))
  • Loading branch information
slsplus committed Mar 29, 2021
1 parent ff18448 commit ea95a54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [0.0.3](https://github.com/serverless-plus/node-prune/compare/v0.0.2...v0.0.3) (2021-03-29)


### Bug Fixes

* release package ([ff18448](https://github.com/serverless-plus/node-prune/commit/ff184484d5aacf936cbf922fbe52db1bbebcb75e))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slsplus/node-prune",
"version": "0.0.2",
"version": "0.0.3",
"description": "Node prune tool, prune unnecessary files from ./node_modules, such as markdown, typescript source files, and so on",
"main": "./dist/src/index.js",
"bin": {
Expand Down

0 comments on commit ea95a54

Please sign in to comment.