Skip to content

Commit 80e18f6

Browse files
chore(master): release 4.0.0 (#42)
1 parent adaf4bf commit 80e18f6

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".": "3.2.0"}
1+
{".":"4.0.0"}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.0](https://github.com/MapColonies/retiler/compare/v3.2.0...v4.0.0) (2025-08-19)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* optionally filter out blank tiles and service modernize ([#41](https://github.com/MapColonies/retiler/issues/41))
11+
12+
### Features
13+
14+
* optionally filter out blank tiles and service modernize ([#41](https://github.com/MapColonies/retiler/issues/41)) ([adaf4bf](https://github.com/MapColonies/retiler/commit/adaf4bf50f5eec52f733d568156099b9c38de64f))
15+
516
## [3.2.0](https://github.com/MapColonies/retiler/compare/v3.1.1...v3.2.0) (2024-12-08)
617

718

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: retiler
33
description: A Helm chart for retiler service
44
type: application
5-
version: 3.2.0
6-
appVersion: 3.2.0
5+
version: 4.0.0
6+
appVersion: 4.0.0

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": "retiler",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"description": "processor of metatiles into stored tiles",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)