Skip to content

Commit 0e62665

Browse files
chore(release): 2.20.2 [skip ci]
## [2.20.2](v2.20.1...v2.20.2) (2022-04-28) ### 🛠 Builds * **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([03471ab](03471ab)) * **deps:** bump ejs from 3.1.6 to 3.1.7 in /frank-flow/src/frontend ([f081656](f081656)) ### ♻️ Chores * add action for add and commit ([9718872](9718872))
1 parent 9718872 commit 0e62665

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [2.20.2](https://github.com/ibissource/frank-flow/compare/v2.20.1...v2.20.2) (2022-04-28)
2+
3+
4+
### 🛠 Builds
5+
6+
* **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([03471ab](https://github.com/ibissource/frank-flow/commit/03471ab3062a6b4b36cdb17711086393bb58fdaf))
7+
* **deps:** bump ejs from 3.1.6 to 3.1.7 in /frank-flow/src/frontend ([f081656](https://github.com/ibissource/frank-flow/commit/f081656b48de0ea01ed31cbf8aaf214f729f9f31))
8+
9+
10+
### ♻️ Chores
11+
12+
* add action for add and commit ([9718872](https://github.com/ibissource/frank-flow/commit/971887209d19e277c9b1b397d147703e38095183))
13+
114
## [2.20.1](https://github.com/ibissource/frank-flow/compare/v2.20.0...v2.20.1) (2022-04-27)
215

316

frank-flow-launcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.ibissource</groupId>
88
<artifactId>frank-flow-parent</artifactId>
9-
<version>2.20.1</version>
9+
<version>2.20.2</version>
1010
</parent>
1111

1212
<artifactId>frank-flow-launcher</artifactId>

frank-flow-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.ibissource</groupId>
66
<artifactId>frank-flow-parent</artifactId>
7-
<version>2.20.1</version>
7+
<version>2.20.2</version>
88
</parent>
99

1010
<artifactId>frank-flow-webapp</artifactId>

frank-flow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.ibissource</groupId>
66
<artifactId>frank-flow-parent</artifactId>
7-
<version>2.20.1</version>
7+
<version>2.20.2</version>
88
</parent>
99

1010
<artifactId>frank-flow</artifactId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.ibissource</groupId>
55
<artifactId>frank-flow-parent</artifactId>
6-
<version>2.20.1</version>
6+
<version>2.20.2</version>
77
<packaging>pom</packaging>
88

99
<properties>
@@ -41,17 +41,17 @@
4141
<dependency>
4242
<groupId>org.ibissource</groupId>
4343
<artifactId>frank-flow</artifactId>
44-
<version>2.20.1</version>
44+
<version>2.20.2</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.ibissource</groupId>
4848
<artifactId>frank-flow-launcher</artifactId>
49-
<version>2.20.1</version>
49+
<version>2.20.2</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.ibissource</groupId>
5353
<artifactId>frank-flow-webapp</artifactId>
54-
<version>2.20.1</version>
54+
<version>2.20.2</version>
5555
<type>war</type>
5656
</dependency>
5757

0 commit comments

Comments
 (0)