diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c289e..2e27fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.3](https://github.com/adobe/franklin-sidekick-library/compare/v1.6.2...v1.6.3) (2023-12-13) + + +### Bug Fixes + +* preserve data-align and data-valign when copying ([#94](https://github.com/adobe/franklin-sidekick-library/issues/94)) ([f1a43f1](https://github.com/adobe/franklin-sidekick-library/commit/f1a43f11862f82e9eae94061f7cd7a7153cb8ce6)) + ## [1.6.2](https://github.com/adobe/franklin-sidekick-library/compare/v1.6.1...v1.6.2) (2023-11-22) diff --git a/package.json b/package.json index 4088f71..634f5ce 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Franklin Sidekick library", "license": "Apache License 2.0", "author": "Adobe", - "version": "1.6.2", + "version": "1.6.3", "type": "module", "scripts": { "lint": "eslint .",