Skip to content

Commit dc1620a

Browse files
authored
Merge pull request SharePoint#7530 from sebastienlevert/patch-1
Update release-1.13.1.md
2 parents b2ef0ff + 67272d6 commit dc1620a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/release-1.13.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is a bug fix release to address few specific regressions, which were introd
1313

1414
[!INCLUDE [spfx-release-notes-common](../../includes/snippets/spfx-release-notes-common.md)]
1515

16-
## Upgrading projects from v1.13 to v1.13
16+
## Upgrading projects from v1.13 to v1.13.1
1717

1818
1. In the project's **package.json** file, identify all SPFx v1.13 packages. For each SPFx package:
1919
1. Uninstall the existing v1.13 package:
@@ -22,7 +22,7 @@ This is a bug fix release to address few specific regressions, which were introd
2222
npm uninstall @microsoft/{spfx-package-name}@1.13
2323
```
2424

25-
1. Install the refreshed v1.13 {version-release} package:
25+
1. Install the refreshed v1.13.1 {version-release} package:
2626

2727
```console
2828
npm install @microsoft/{spfx-package-name}@1.13.1 --save --save-exact
@@ -38,4 +38,4 @@ This is a bug fix release to address few specific regressions, which were introd
3838
- Generator Creates an Unusual Folder Structure when Running with CLI Arguments
3939
- [#7466](https://github.com/SharePoint/sp-dev-docs/issues/7466)
4040
- `deploy-azure-storage` command no longer creates container that does not exist yet
41-
- [#7472](https://github.com/SharePoint/sp-dev-docs/issues/7472)
41+
- [#7472](https://github.com/SharePoint/sp-dev-docs/issues/7472)

0 commit comments

Comments
 (0)