Skip to content

Commit

Permalink
chore(release): 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shlomi Koncha committed Aug 16, 2022
1 parent e2986bf commit 786bccc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.4.1](https://github.com/MapColonies/exporter-trigger/compare/v2.4.0...v2.4.1) (2022-08-16)


### Bug Fixes

* new azure token ([#30](https://github.com/MapColonies/exporter-trigger/issues/30)) ([e2986bf](https://github.com/MapColonies/exporter-trigger/commit/e2986bfd3405f45286d08e018ec677cf74ee2f53))

## [2.4.0](https://github.com/MapColonies/exporter-trigger/compare/v2.3.0...v2.4.0) (2022-08-16)


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: exporter-trigger
description: A Helm chart for exporter-trigger service
type: application
version: 2.4.0
appVersion: 2.4.0
version: 2.4.1
appVersion: 2.4.1
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: exporter-trigger
description: Service that responsible for activating the export geopackage process
version: 2.4.0
version: 2.4.1
license:
name: MIT
url: https://opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion 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": "exporter-trigger",
"version": "2.4.0",
"version": "2.4.1",
"description": "Exporter Trigger Service",
"main": "./src/index.ts",
"scripts": {
Expand Down

0 comments on commit 786bccc

Please sign in to comment.