diff --git a/CHANGELOG.md b/CHANGELOG.md index cef09f229..7fcff6184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.19.3](https://github.com/tf2pickup-org/client/compare/3.19.2...3.19.3) (2021-09-30) + + +### Bug Fixes + +* **tf2pickup.it:** fix discord invite ([#1261](https://github.com/tf2pickup-org/client/issues/1261)) ([bde6f8e](https://github.com/tf2pickup-org/client/commit/bde6f8eb67bf0808ec94bb2eee0f9caa15a2919d)) + ## [3.19.2](https://github.com/tf2pickup-org/client/compare/3.19.1...3.19.2) (2021-09-30) diff --git a/package-lock.json b/package-lock.json index d275538f8..a85045ac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tf2pickuppl", - "version": "3.19.2", + "version": "3.19.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tf2pickuppl", - "version": "3.19.2", + "version": "3.19.3", "dependencies": { "@angular/animations": "12.2.1", "@angular/cdk": "12.2.8", diff --git a/package.json b/package.json index 0a2b3f4aa..9fb10c98a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tf2pickuppl", - "version": "3.19.2", + "version": "3.19.3", "scripts": { "ng": "ng", "start": "ng serve",