From aa93a7e86d76896a948348863c9c3f534ec016fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Garapich?= Date: Fri, 3 Sep 2021 13:11:22 +0200 Subject: [PATCH] chore: release version 3.16.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d11d10b..6f91b98e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.16.0](https://github.com/tf2pickup-org/client/compare/3.15.1...3.16.0) (2021-09-03) + + +### Bug Fixes + +* **tf2pickup.ru:** add discord invitation ([#1200](https://github.com/tf2pickup-org/client/issues/1200)) ([ce68ee9](https://github.com/tf2pickup-org/client/commit/ce68ee9581aed56b493151eb9fd22f38c04282e8)) + + +### Features + +* **tf2pickup.co.il:** add tf2pickup.co.il branding ([#1199](https://github.com/tf2pickup-org/client/issues/1199)) ([2549ed4](https://github.com/tf2pickup-org/client/commit/2549ed45211cf7273ecab800bed506298b298799)) + ## [3.15.1](https://github.com/tf2pickup-org/client/compare/3.15.0...3.15.1) (2021-08-30) diff --git a/package-lock.json b/package-lock.json index 04a794f7c..64ab0db94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tf2pickuppl", - "version": "3.15.1", + "version": "3.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tf2pickuppl", - "version": "3.15.1", + "version": "3.16.0", "dependencies": { "@angular/animations": "12.2.1", "@angular/cdk": "12.2.1", diff --git a/package.json b/package.json index c15fed33d..053d42ea9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tf2pickuppl", - "version": "3.15.1", + "version": "3.16.0", "scripts": { "ng": "ng", "start": "ng serve",