Skip to content

Commit e62fd8a

Browse files
committed
Sync changelog
1 parent 879ae38 commit e62fd8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**New Controls**
66

7-
- `TaxonomyPicker` control got added [#22](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/22)
7+
- `TaxonomyPicker` control got added [#22](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/22) [#63](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/63)
88

99
## 1.2.5
1010

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"test": "gulp test",
1212
"prepublishOnly": "gulp",
1313
"versionUpdater": "gulp versionUpdater",
14-
"karma": "karma start --circle true"
14+
"karma": "karma start --circle true",
15+
"changelog": "node scripts/sync-changelogs.js"
1516
},
1617
"dependencies": {
1718
"@pnp/common": "^1.0.1",

0 commit comments

Comments
 (0)