Skip to content

Commit 2a33005

Browse files
author
Vitor Hugo Salgado
committed
chore(release): 3.0.2
1 parent 80b233a commit 2a33005

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
### [3.0.2](https://github.com/vitorsalgado/puma4j/compare/v3.0.1...v3.0.2) (2022-02-24)
6+
7+
8+
### Refactor
9+
10+
* remove object mapper kotlin module from core ([0a7886e](https://github.com/vitorsalgado/puma4j/commit/0a7886e8765917e42463963d4fa42dc2b2d0b7c6))
11+
12+
13+
### Build
14+
15+
* **deps:** bump actions/setup-node from 2 to 3.0.0 ([#31](https://github.com/vitorsalgado/puma4j/issues/31)) ([80b233a](https://github.com/vitorsalgado/puma4j/commit/80b233adb39a7cb3e42d1f710fa2468fcebfb234))
16+
517
### [3.0.1](https://github.com/vitorsalgado/puma4j/compare/v3.0.0...v3.0.1) (2022-02-23)
618

719

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Puma4j Support Scripts",
55
"scripts": {
66
"release": "standard-version --commit-all",

0 commit comments

Comments
 (0)