From 16f5c796d1e25ffa6836ccde89ab8ac03a7c158a Mon Sep 17 00:00:00 2001 From: ElderMatt <18527012+ElderMatt@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:25:40 +0100 Subject: [PATCH] chore(release): 3.6.0 (#176) * chore(release): 3.6.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffedfe4..9c25085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [3.6.0](https://github.com/linode/apl-tasks/compare/v3.5.0...v3.6.0) (2025-01-14) + + +### Features + +* gitea org for each team ([#163](https://github.com/linode/apl-tasks/issues/163)) ([1ae215a](https://github.com/linode/apl-tasks/commit/1ae215ac7cb6a1f429e5323176f0197ba6d7a561)) + ## [3.5.0](https://github.com/linode/apl-tasks/compare/v3.4.0...v3.5.0) (2024-12-17) diff --git a/package-lock.json b/package-lock.json index cd919b3..a51c8e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "otomi-tasks", - "version": "3.5.0", + "version": "3.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "otomi-tasks", - "version": "3.5.0", + "version": "3.6.0", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "9.0.6", diff --git a/package.json b/package.json index f4397a8..a45838a 100644 --- a/package.json +++ b/package.json @@ -144,5 +144,5 @@ "tag": true } }, - "version": "3.5.0" + "version": "3.6.0" }