Skip to content

Commit aee6fdf

Browse files
chore(main): release 1.0.0 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 09c8b70 commit aee6fdf

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-03-14)
4+
5+
6+
### Features
7+
8+
* Removed non-using code. ([#21](https://github.com/SchweizerischeBundesbahnen/html5diff/issues/21)) ([09c8b70](https://github.com/SchweizerischeBundesbahnen/html5diff/commit/09c8b70d6a35c89b26ede3c623a36ec0b1bc8a7c))
9+
* take related polarion-rte-links into account when diffing nodes ([#15](https://github.com/SchweizerischeBundesbahnen/html5diff/issues/15)) ([023ce55](https://github.com/SchweizerischeBundesbahnen/html5diff/commit/023ce555be630da7de403ea1afe58a23abb50544))
10+
11+
12+
### Bug Fixes
13+
14+
* workflow location ([65e3160](https://github.com/SchweizerischeBundesbahnen/html5diff/commit/65e316055343c6bd437257f2d5e090840ba0d31f))

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>ch.sbb.html5diff</groupId>
76
<artifactId>html5diff</artifactId>
8-
<version>1.3-SNAPSHOT</version>
7+
<version>1.0.0</version>
98

109
<licenses>
1110
<license>

0 commit comments

Comments
 (0)