Skip to content

Commit a25b418

Browse files
authoredJun 2, 2023
chore(release): 2.2.0 (#103)
1 parent cb083ce commit a25b418

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The v1 to v2 upgrade brought a few notable **breaking changes**. To migrate, mak
5151
token: ${{ secrets.NPM_TOKEN }}
5252
+ ignore-scripts: false
5353
```
54-
- The workflow's `.npmrc` file is not longer modified. If you have any workarounds to adjust for this misbehavior - for example, if you're using `actions/setup-node` to configure `.npmrc` - you should remove them.
54+
- The workflow's `.npmrc` file is no longer modified. If you have any workarounds to adjust for this misbehavior - for example, if you're using `actions/setup-node` to configure `.npmrc` - you should remove them.
5555

5656
```diff
5757
- uses: actions/setup-node@v3

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jsdevtools/npm-publish",
33
"description": "Fast, easy publishing to NPM",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"keywords": [
66
"github-action",
77
"npm",

0 commit comments

Comments
 (0)
Failed to load comments.