From d8520002a7c3e74d1b44852a6b3e036cb58a435b Mon Sep 17 00:00:00 2001 From: Alex Terentiev Date: Sat, 18 Nov 2023 14:01:48 -0500 Subject: [PATCH] pre commit --- CHANGELOG.md | 11 +++++++++++ docs/documentation/docs/about/release-notes.md | 11 +++++++++++ src/common/telemetry/version.ts | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e178f394..639dbda4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Releases +## 3.15.0 + +### Fixes + +- `Localization`: Errors in en-gb loc file [#582](https://github.com/pnp/sp-dev-fx-property-controls/pull/582) +- `Localization`: Errors in german language [#589](https://github.com/pnp/sp-dev-fx-property-controls/pull/589) + +### Contributors + +Special thanks to our contributors (in alphabetical order): [andrew-lott](https://github.com/andrew-lott), [Tom F.](https://github.com/tpf89). + ## 3.14.0 ### Enhancements diff --git a/docs/documentation/docs/about/release-notes.md b/docs/documentation/docs/about/release-notes.md index e178f394..639dbda4 100644 --- a/docs/documentation/docs/about/release-notes.md +++ b/docs/documentation/docs/about/release-notes.md @@ -1,5 +1,16 @@ # Releases +## 3.15.0 + +### Fixes + +- `Localization`: Errors in en-gb loc file [#582](https://github.com/pnp/sp-dev-fx-property-controls/pull/582) +- `Localization`: Errors in german language [#589](https://github.com/pnp/sp-dev-fx-property-controls/pull/589) + +### Contributors + +Special thanks to our contributors (in alphabetical order): [andrew-lott](https://github.com/andrew-lott), [Tom F.](https://github.com/tpf89). + ## 3.14.0 ### Enhancements diff --git a/src/common/telemetry/version.ts b/src/common/telemetry/version.ts index 75dc1cab..2a1654fe 100644 --- a/src/common/telemetry/version.ts +++ b/src/common/telemetry/version.ts @@ -1 +1 @@ -export const version: string = "3.14.0"; \ No newline at end of file +export const version: string = "3.15.0"; \ No newline at end of file