diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ddc217b..88df18c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.7" + ".": "2.1.8" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a1bfd9d..0989659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [2.1.8](https://github.com/MapColonies/dem-heights/compare/v2.1.7...v2.1.8) (2025-07-31) + + +### Bug Fixes + +* artifacts ([73b1c39](https://github.com/MapColonies/dem-heights/commit/73b1c3981d76e02768b507866e939e9a824788c5)) +* environment for umbrella ([f21ec69](https://github.com/MapColonies/dem-heights/commit/f21ec697da30ecf4c75c929f1541787c6ea1fc3a)) + ### [2.1.7](https://github.com/MapColonies/dem-heights/compare/v2.1.6...v2.1.7) (2024-02-06) ### [2.1.6](https://github.com/MapColonies/dem-heights/compare/v2.1.5...v2.1.6) (2024-02-06) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 1bc831b..fa5c7d4 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: dem-heights description: Helm chart for heights service type: application -version: 2.1.7 -appVersion: 2.1.7 +version: 2.1.8 +appVersion: 2.1.8 diff --git a/openapi3.yaml b/openapi3.yaml index ca86665..3ea7b74 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: dem-heights description: map-colonies service for extracting elevations from DTM/DSM geotiffs - version: 2.1.7 + version: 2.1.8 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index dc1f854..8134a82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dem-heights", - "version": "2.1.7", + "version": "2.1.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dem-heights", - "version": "2.1.7", + "version": "2.1.8", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index f1d77c7..885b358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dem-heights", - "version": "2.1.7", + "version": "2.1.8", "description": "Fetch heights at given positions (longitude,latitude)", "main": "./src/index.ts", "scripts": {