From 4c2278a2f789a9f1a58bbaf9ab0c0f65bdc042b9 Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Fri, 22 Dec 2023 14:38:27 -0800 Subject: [PATCH] chore: release 4.0.1 --- .changeset/lemon-cooks-repeat.md | 5 ----- CONTRIBUTING.md | 4 +--- packages/plop/CHANGELOG.md | 6 ++++++ packages/plop/package.json | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 .changeset/lemon-cooks-repeat.md diff --git a/.changeset/lemon-cooks-repeat.md b/.changeset/lemon-cooks-repeat.md deleted file mode 100644 index b41e1131..00000000 --- a/.changeset/lemon-cooks-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"plop": patch ---- - -Adds --no-progress flag that disables the progress bar diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f071fa8..ce0b8f38 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: diff --git a/packages/plop/CHANGELOG.md b/packages/plop/CHANGELOG.md index c6e0cf7b..d249a135 100644 --- a/packages/plop/CHANGELOG.md +++ b/packages/plop/CHANGELOG.md @@ -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 diff --git a/packages/plop/package.json b/packages/plop/package.json index abc29f1f..9c5f7c73 100644 --- a/packages/plop/package.json +++ b/packages/plop/package.json @@ -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",