Skip to content

Commit 3e035ae

Browse files
chore: release @slack/bolt@4.2.1 (#2433)
1 parent 11ae5c9 commit 3e035ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/maintainers_guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Releasing can feel intimidating at first, but rest assured: if you make a mistak
6464

6565
3. Bump the version number in adherence to [Semantic Versioning](http://semver.org/) in `package.json`. (see [Versioning and Tags](https://github.com/slackapi/node-slack-sdk/blob/main/.github/maintainers_guide.md#versioning-and-tags))
6666
- The version must be in the format of `Major.Minor.Patch-BetaNamespace.BetaVersion` (ex: `5.10.0-workflowStepsBeta.1`, `2.5.0-rc.1`)
67-
- Update any dependency versions in `package.json` and install locally `rm -rf node_modules && npm install`
67+
- Update any dependency versions in `package.json` and install locally `rm -r node_modules package-lock.json && npm install`
6868
- Confirm tests pass and code is free of linting errors by running `npm test`.
6969
- Make a single commit with a message for the version bump ([Example](https://github.com/slackapi/bolt-js/pull/1133/commits/bcc421cd05b50ddcdeb806fcb27a38d7d9f8ede8)).
7070
- Create a pull request for the version change ([Example](https://github.com/slackapi/bolt-js/pull/1133))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slack/bolt",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "A framework for building Slack apps, fast.",
55
"author": "Slack Technologies, LLC",
66
"license": "MIT",

0 commit comments

Comments
 (0)