Skip to content

Commit 38ff97d

Browse files
committed
Added release-notes, upped version number
1 parent a933115 commit 38ff97d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

bobfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include https://raw.githubusercontent.com/codemonstur/bobfiles/master/foss-lib-github
22

33
vendor: com.github.codemonstur
4-
version: 5.4.1
4+
version: 5.4.2
55
enablePreview: false
66
packaging: maven-plugin
77
dependencies:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.github.codemonstur</groupId>
55
<artifactId>htmlcompiler</artifactId>
6-
<version>5.4.1</version>
6+
<version>5.4.2</version>
77
<packaging>maven-plugin</packaging>
88

99
<name>${project.groupId}:${project.artifactId}</name>

src/docs/releases/release-5.4.1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
5.4.1
22

3-
Added additional dependencies for google closure compiler
3+
Added additional dependencies for google closure compiler

src/docs/releases/release-5.4.2.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
5.4.2
2+
3+
Fixed JS compression with GCC
4+
Set default GCC compression to simple
5+
Added 'use strict'
6+
Added nonce attribute to known list

0 commit comments

Comments
 (0)