Skip to content

Commit 890b9dd

Browse files
chore(master): release 4.0.0 (#29)
1 parent a927a00 commit 890b9dd

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.3.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/osm2pgsql-wrapper/compare/v3.3.0...v4.0.0) (2025-08-14)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* mdr integration and deps update ([#28](https://github.com/MapColonies/osm2pgsql-wrapper/issues/28))
11+
12+
### Features
13+
14+
* mdr integration and deps update ([#28](https://github.com/MapColonies/osm2pgsql-wrapper/issues/28)) ([a927a00](https://github.com/MapColonies/osm2pgsql-wrapper/commit/a927a00675598cc62b9b7bb50b30b74e8086701e))
15+
516
## [3.3.0](https://github.com/MapColonies/osm2pgsql-wrapper/compare/v3.2.0...v3.3.0) (2024-08-13)
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: osm2pgsql-wrapper
33
description: A Helm chart for osm2pgsql-wrapper cron job
44
type: application
5-
version: 3.3.0
6-
appVersion: 3.3.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": "osm2pgsql-wrapper",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"description": "wrapped osm2pgsql for creating and appending osm data into vector ecosystem",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)