1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 19:02:14 +00:00
libs/packages/easy-sitemap/CHANGELOG.md
Florian Bouillon 2f1e72d77b
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 2m18s
feat: add support for easy-sitemap for ESM and CJS
Signed-off-by: Avior <github@avior.me>
2023-08-16 01:04:05 +02:00

34 lines
689 B
Markdown

# 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]()
## [1.2.0] - 2023-08-16
### Added
- Full support for both ESM and CommonJS builds
## [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.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