Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Aug 19, 2023
1 parent 4bd739a commit 5e70037
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-windows-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-beers-wink.md

This file was deleted.

11 changes: 11 additions & 0 deletions make-empty-dir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# make-empty-dir

## 2.1.0

### Minor Changes

- 59f06c5: Add a sync function.

### Patch Changes

- Updated dependencies [1b6d04d]
- @zkochan/rimraf@2.1.3

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions make-empty-dir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "make-empty-dir",
"version": "2.0.0",
"version": "2.1.0",
"description": "Ensures that a directory is empty",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -32,6 +32,6 @@
"tempy": "^1.0.1"
},
"dependencies": {
"@zkochan/rimraf": "^2.1.1"
"@zkochan/rimraf": "^2.1.3"
}
}
13 changes: 10 additions & 3 deletions pnpm-lock.yaml

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

6 changes: 6 additions & 0 deletions rimraf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zkochan/rimraf

## 2.1.3

### Patch Changes

- 1b6d04d: Add `sync` to `index.d.ts`.

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion rimraf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zkochan/rimraf",
"version": "2.1.2",
"version": "2.1.3",
"description": "rm -rf for Node. Similar to rimraf but returns a promise",
"main": "index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 5e70037

Please sign in to comment.