Skip to content

Commit e70bc51

Browse files
committed
chore(release): 4.0.2
1 parent ebdf754 commit e70bc51

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [4.0.2](https://github.com/vitorsalgado/puma4j/compare/v4.0.1...v4.0.2) (2022-08-24)
6+
7+
8+
### Build
9+
10+
* **deps:** bump actions/setup-node from 3.3.0 to 3.4.0 ([#65](https://github.com/vitorsalgado/puma4j/issues/65)) ([44ce411](https://github.com/vitorsalgado/puma4j/commit/44ce41179ab07e7b8ada5ab1c9023a77c60108c5))
11+
* **deps:** bump actions/setup-node from 3.4.0 to 3.4.1 ([#66](https://github.com/vitorsalgado/puma4j/issues/66)) ([ff8456b](https://github.com/vitorsalgado/puma4j/commit/ff8456be1bc84d1f99e722d34006d08251442d5b))
12+
* **deps:** bump fastify/github-action-merge-dependabot ([#69](https://github.com/vitorsalgado/puma4j/issues/69)) ([8b58486](https://github.com/vitorsalgado/puma4j/commit/8b584860a76987ce1d1b6f5392abce986f67815f))
13+
* **deps:** bump fastify/github-action-merge-dependabot ([#70](https://github.com/vitorsalgado/puma4j/issues/70)) ([346165b](https://github.com/vitorsalgado/puma4j/commit/346165b759060e7686bddebff01a04335d34cebb))
14+
* **deps:** bump fastify/github-action-merge-dependabot ([#72](https://github.com/vitorsalgado/puma4j/issues/72)) ([ebdf754](https://github.com/vitorsalgado/puma4j/commit/ebdf7546f77d0793232a8b3df841765fa6c30e42))
15+
* **deps:** bump gson from 2.9.0 to 2.9.1 ([#68](https://github.com/vitorsalgado/puma4j/issues/68)) ([60368fc](https://github.com/vitorsalgado/puma4j/commit/60368fce73f9dbf0eef16db57a4f2d60549f9ede))
16+
* **deps:** bump org.jetbrains.kotlin.jvm from 1.7.0 to 1.7.10 ([#64](https://github.com/vitorsalgado/puma4j/issues/64)) ([b5eef4d](https://github.com/vitorsalgado/puma4j/commit/b5eef4d1b0aaafcba8116aeeca63b56eebd4046e))
17+
* **deps:** bump org.owasp.dependencycheck from 7.1.1 to 7.1.2 ([#71](https://github.com/vitorsalgado/puma4j/issues/71)) ([5e368c9](https://github.com/vitorsalgado/puma4j/commit/5e368c996e06877c245405e8cc7717bcc21ada35))
18+
* **deps:** bump versions.junitJupiter from 5.8.2 to 5.9.0 ([#67](https://github.com/vitorsalgado/puma4j/issues/67)) ([e0c7f2f](https://github.com/vitorsalgado/puma4j/commit/e0c7f2ff81c7dd84f227469063691be6d4267b58))
19+
520
### [4.0.1](https://github.com/vitorsalgado/puma4j/compare/v4.0.0...v4.0.1) (2022-06-29)
621

722

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<img src="https://codecov.io/gh/vitorsalgado/puma4j/branch/main/graph/badge.svg?token=EFC2SD81AV" alt="Codecov Badge"/>
1515
</a>
1616
<a href="https://conventionalcommits.org">
17-
<img src="https://img.shields.io/badge/Conventional%20Commits-2.0.0-yellow.svg" alt="Conventional Commits"/>
17+
<img src="https://img.shields.io/badge/Conventional%20Commits-4.0.2-yellow.svg" alt="Conventional Commits"/>
1818
</a>
1919
<a href="https://sonarcloud.io/project/overview?id=vitorsalgado_puma4j">
2020
<img src="https://sonarcloud.io/api/project_badges/measure?project=vitorsalgado_puma4j&metric=alert_status" alt="Sonar Quality Gate Status"/>
@@ -35,7 +35,7 @@ Puma4j provides a convenient and easier way to load and parse file resources in
3535
Using Gradle:
3636

3737
```
38-
testImplementation "io.github.vitorsalgado.puma4j:puma4j-junit5-extension:4.0.0"
38+
testImplementation "io.github.vitorsalgado.puma4j:puma4j-junit5-extension:4.0.2"
3939
```
4040

4141
or Maven:
@@ -44,7 +44,7 @@ or Maven:
4444
<dependency>
4545
<groupId>io.github.vitorsalgado.puma4j</groupId>
4646
<artifactId>puma4j-junit5-extension</artifactId>
47-
<version>4.0.0</version>
47+
<version>4.0.2</version>
4848
<scope>test</scope>
4949
</dependency>
5050
```
@@ -130,7 +130,7 @@ private val simpleModel: SimpleModel by res("simple.json")
130130
To use the delegate `res`, add the library below to your project:
131131

132132
```
133-
testImplementation "io.github.vitorsalgado.puma4j:puma4j-kotlin:4.0.0"
133+
testImplementation "io.github.vitorsalgado.puma4j:puma4j-kotlin:4.0.2"
134134
```
135135

136136
---

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.1
1+
4.0.2

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puma4j",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Puma4j Support Scripts",
55
"scripts": {
66
"release": "standard-version --commit-all",

0 commit comments

Comments
 (0)