From 249f079c03ff37dbed3f1c618d9d8ffb6d6470e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:50:01 +0200 Subject: [PATCH] chore(main): release 1.0.0 (#4) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ pom.xml | 6 ++---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d5ba110 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2024-07-10) + + +### Features + +* initial implementation ([#3](https://github.com/SchweizerischeBundesbahnen/markdown2html-maven-plugin/issues/3)) ([d168485](https://github.com/SchweizerischeBundesbahnen/markdown2html-maven-plugin/commit/d16848574f6d34c3488187e571efe9515323128e)) diff --git a/pom.xml b/pom.xml index f23f322..c66b126 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,9 @@ - + 4.0.0 ch.sbb markdown2html-maven-plugin - 1.0.0-SNAPSHOT + 1.0.0 maven-plugin Markdown to HTML Maven Plugin