Skip to content

Commit a66a8e1

Browse files
committed
pre-commit
1 parent 88ad77e commit a66a8e1

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Releases
22

3+
## 1.21.4
4+
5+
### Fixes
6+
7+
- Wrong translation in Chinese [#2015](https://github.com/pnp/sp-dev-fx-controls-react/issues/2015)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [s1nce](https://github.com/s1nce).
12+
313
## 1.21.3
414

515
### Fixes

docs/documentation/docs/about/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Releases
22

3+
## 1.21.4
4+
5+
### Fixes
6+
7+
- Wrong translation in Chinese [#2015](https://github.com/pnp/sp-dev-fx-controls-react/issues/2015)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [s1nce](https://github.com/s1nce).
12+
313
## 1.21.3
414

515
### Fixes

src/common/telemetry/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version: string = "1.21.3";
1+
export const version: string = "1.21.4";

0 commit comments

Comments
 (0)