Skip to content

Commit 372cf03

Browse files
committed
chore(release): 3.0.0
1 parent e12804f commit 372cf03

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

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+
## [3.0.0](https://github.com/MapColonies/osm2pgsql-wrapper/compare/v2.4.1...v3.0.0) (2023-06-14)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* added mode to run forever (#17)
11+
12+
### Features
13+
14+
* added mode to run forever ([#17](https://github.com/MapColonies/osm2pgsql-wrapper/issues/17)) ([e12804f](https://github.com/MapColonies/osm2pgsql-wrapper/commit/e12804fc5524f77f2b55d071760f703dbe834895))
15+
516
### [2.4.1](https://github.com/MapColonies/osm2pgsql-wrapper/compare/v2.4.0...v2.4.1) (2023-06-12)
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: 2.4.1
6-
appVersion: 2.4.1
5+
version: 3.0.0
6+
appVersion: 3.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": "2.4.1",
3+
"version": "3.0.0",
44
"description": "This is template for map colonies typescript service",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)