From a32adbd796ec18bbd09ce87bf40a90f60763697e Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Fri, 21 May 2021 16:20:15 +0200 Subject: [PATCH] Updated CHANGELOG Signed-off-by: Florian BOUILLON --- packages/easy-sitemap/CHANGELOG.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/packages/easy-sitemap/CHANGELOG.md b/packages/easy-sitemap/CHANGELOG.md index be60ed3..4884467 100644 --- a/packages/easy-sitemap/CHANGELOG.md +++ b/packages/easy-sitemap/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -6,13 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased]() +## [1.1.0] - 2021-03-16 + +### Added + +- Support for `image:image` elements + +### Changed + +- Simplified Warning messages + ## [1.0.0] - 2021-01-20 ### Added + - The sitemap is ready ! - -[1.0.4]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fobject-util%401.0.4 -[1.0.2]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fobject-util%401.0.2 -[1.0.1]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fobject-util%401.0.1 -[1.0.0]: https://github.com/dzeiocom/libs/releases/tag/%40easy-sitemap%401.0.0 +[1.1.0]: https://github.com/dzeiocom/libs/releases/tag/easy-sitemap%401.1.0 +[1.0.0]: https://github.com/dzeiocom/libs/releases/tag/easy-sitemap%401.0.0