Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atao60 committed Jun 29, 2021
1 parent f4a0e7b commit b4bbe3a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.1.0](https://github.com/atao60/fse-cli/compare/v0.0.63...v0.1.0) (2021-06-29)


### ⚠ BREAKING CHANGES

* **esm:** remove support to Node 10

### build

* **esm:** migrate to ES Modules ([f4a0e7b](https://github.com/atao60/fse-cli/commit/f4a0e7b17cd2427799885529dc098aabde925c2c)), closes [jprichardson/node-fs-extra#746](https://github.com/jprichardson/node-fs-extra/issues/746)

### [0.0.63](https://github.com/atao60/fse-cli/compare/v0.0.62...v0.0.63) (2021-06-29)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atao60/fse-cli",
"version": "0.0.63",
"version": "0.1.0",
"description": "A cli for fs-extra",
"exports": "./dist/index.js",
"types": "./dist/index-types.d.ts",
Expand Down

0 comments on commit b4bbe3a

Please sign in to comment.