diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 3840d850ed599a..3b121a36b325c9 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,3 +1,9 @@ +## Master + +### New Features + +- Exposed the `PostPermalink` component (see [#15943](https://github.com/WordPress/gutenberg/pull/15943)). + ## 9.3.0 (2019-05-21) ### Deprecations diff --git a/packages/editor/src/components/index.js b/packages/editor/src/components/index.js index 9d12344c50dc2a..30043528576140 100644 --- a/packages/editor/src/components/index.js +++ b/packages/editor/src/components/index.js @@ -33,6 +33,7 @@ export { default as PostLastRevisionCheck } from './post-last-revision/check'; export { default as PostLockedModal } from './post-locked-modal'; export { default as PostPendingStatus } from './post-pending-status'; export { default as PostPendingStatusCheck } from './post-pending-status/check'; +export { default as PostPermalink } from './post-permalink'; export { default as PostPingbacks } from './post-pingbacks'; export { default as PostPreviewButton } from './post-preview-button'; export { default as PostPublishButton } from './post-publish-button';