Skip to content
Merged
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 @@
{
".": "1.1.4"
".": "1.1.5"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.1.5](https://github.com/MapColonies/coordinate-extract-app/compare/v1.1.4...v1.1.5) (2026-02-12)


### Bug Fixes

* dockerfile and node ver 20 ([d708519](https://github.com/MapColonies/coordinate-extract-app/commit/d708519ed87825d077a8579751c0b90dc15aeeb9))
* dockerfile and node ver 20 ([e03d233](https://github.com/MapColonies/coordinate-extract-app/commit/e03d23363fa165ace2f205ac9674aa63e31b88c6))
* react runtime error in console and enter ([870cf8e](https://github.com/MapColonies/coordinate-extract-app/commit/870cf8ecc15c9b0d10e8ef56c910a85651bb1712))

## [1.1.4](https://github.com/MapColonies/coordinate-extract-app/compare/v1.1.3...v1.1.4) (2026-02-12)


Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: A Helm chart for Coordinate Extract App
name: coordinate-extract-app
version: 1.1.4
appVersion: 1.1.4
version: 1.1.5
appVersion: 1.1.5
dependencies:
- name: helm-common
version: 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coordinate-extract-app",
"version": "1.1.4",
"version": "1.1.5",
"description": "Based on MapColonies React TypeScript boilerplate",
"repository": {
"type": "git",
Expand Down