Skip to content

Commit 133228e

Browse files
committed
chore(release): 1.6.1
1 parent d951d6a commit 133228e

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
### [1.6.1](https://github.com/mapcolonies/external-to-osm-tag-mapping/compare/v1.6.0...v1.6.1) (2021-10-10)
6+
7+
8+
### Bug Fixes
9+
10+
* added missing await for redisConnection ([d951d6a](https://github.com/mapcolonies/external-to-osm-tag-mapping/commit/d951d6a4318e6f458b2cd60406292d4d7133b4ad))
11+
512
## [1.6.0](https://github.com/mapcolonies/external-to-osm-tag-mapping/compare/v1.5.3...v1.6.0) (2021-10-10)
613

714

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: external-to-osm-tag-mapping
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 1.6.0
6-
appVersion: 1.6.0
5+
version: 1.6.1
6+
appVersion: 1.6.1

openapi3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.1
22
info:
33
title: external-to-osm-tag-mapping
44
description: mapping external tags to osm tags - json format
5-
version: 1.6.0
5+
version: 1.6.1
66
license:
77
name: MIT
88
url: https://opensource.org/licenses/MIT

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": "@map-colonies/external-to-osm-tag-mapping",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "map external tags to osm tags",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)