Skip to content

Commit

Permalink
chore(release): 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
almog8k committed Mar 31, 2024
1 parent 7b2549e commit 8571c23
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 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.6.0](https://github.com/MapColonies/job-manager/compare/v2.5.0...v2.6.0) (2024-03-31)


### Features

* changes for new common job-manager umbrella and new build and push (MAPCO-4080) ([#37](https://github.com/MapColonies/job-manager/issues/37)) ([7b2549e](https://github.com/MapColonies/job-manager/commit/7b2549e94f27b9b64acec8fd2c6dc48cac4a890e))

## [2.5.0](https://github.com/MapColonies/job-manager/compare/v2.4.2...v2.5.0) (2024-02-26)


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: job-manager
description: A Helm chart for job-manager service
type: application
version: 2.5.0
appVersion: 2.5.0
version: 2.6.0
appVersion: 2.6.0
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: Job Service
description: Job Service
version: 2.5.0
version: 2.6.0
paths:
/jobs:
get:
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": "job-manager",
"version": "2.5.0",
"version": "2.6.0",
"description": "Service for handling mapcolonies job & task statuses",
"main": "./src/index.ts",
"scripts": {
Expand Down

0 comments on commit 8571c23

Please sign in to comment.