diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6a9117..f05d2e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.14.2] - 05-01-2018 +### Fixed +- Removed duplicated colon in libraries.yml + ## [1.14.1] - 05-01-2018 ### Fixed - Simplenews newsletter plain text view modes. diff --git a/degov_social_media_settings/degov_social_media_settings.libraries.yml b/degov_social_media_settings/degov_social_media_settings.libraries.yml index 7c306383..24dd451e 100644 --- a/degov_social_media_settings/degov_social_media_settings.libraries.yml +++ b/degov_social_media_settings/degov_social_media_settings.libraries.yml @@ -2,7 +2,7 @@ process: js: js/process.js: {} css: - theme:: + theme: css/style.css: {} dependencies: - core/jquery