Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{

Check failure on line 1 in .release-please-manifest.json

View workflow job for this annotation

GitHub Actions / Prettier

.release-please-manifest.json#L1

There are issues with this file's formatting, please run Prettier to fix the errors
".": "2.1.7"
".": "2.1.8"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading