Skip to content

Commit

Permalink
Added release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonstur committed Aug 17, 2020
1 parent ba5fc69 commit ed88135
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bobfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
vendor: com.github.codemonstur
version: 4.2.0
version: 4.3.0
enablePreview: false
packaging: maven-plugin
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.github.codemonstur</groupId>
<artifactId>htmlcompiler</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<packaging>maven-plugin</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -283,4 +283,4 @@

</dependencies>

</project>
</project>
6 changes: 6 additions & 0 deletions src/docs/releases/release-4.3.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
4.3.0

Added known HTML tags and attributes
Added virtualhost abilities to the mock api
Added MockApi class to htmlcompiler
Added button-href check

0 comments on commit ed88135

Please sign in to comment.