Skip to content

Commit 4c2278a

Browse files
committed
chore: release 4.0.1
1 parent 6f3c9f2 commit 4c2278a

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.changeset/lemon-cooks-repeat.md

-5
This file was deleted.

CONTRIBUTING.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ When a maintainer is ready to publish, run the following command to generate a c
1919
yarn changeset version
2020
```
2121

22-
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!
23-
24-
> **Do not create a commit manually after "yarn changeset version"**.
22+
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!
2523

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

packages/plop/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# plop
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 4.0.0
410

511
### Major Changes

packages/plop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plop",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
55
"main": "./src/plop.js",
66
"type": "module",

0 commit comments

Comments
 (0)