Skip to content

Commit

Permalink
chore: release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Dec 22, 2023
1 parent 6f3c9f2 commit 4c2278a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-cooks-repeat.md

This file was deleted.

4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ When a maintainer is ready to publish, run the following command to generate a c
yarn changeset version
```

You should then verify, using your Git CLI or Git GUI, that the CHANGELOG is correct, everything is up-to-date, and that you're ready to release!

> **Do not create a commit manually after "yarn changeset version"**.
You should then verify, using your Git CLI or Git GUI, that the CHANGELOG is correct, everything is up-to-date, make a commit, and that you're ready to release!

Then, once you've ran `version`, run the following command to publish to NPM:

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

## 4.0.1

### Patch Changes

- [#408](https://github.com/plopjs/plop/pull/408) [`49c0029`](https://github.com/plopjs/plop/commit/49c00296b478efa5a212458ae1781acc93a16fa8) Thanks [@rznzippy](https://github.com/rznzippy)! - Adds --no-progress flag that disables the progress bar

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plop",
"version": "4.0.0",
"version": "4.0.1",
"description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
"main": "./src/plop.js",
"type": "module",
Expand Down

0 comments on commit 4c2278a

Please sign in to comment.