From d8f9c406843fa271140407b64c4cc5a794924dcc Mon Sep 17 00:00:00 2001 From: Matteo Juen <45847997+Blvckleg@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:07:22 +0100 Subject: [PATCH] chore(master): release 1.2.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 555fc0b..704db7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.2.0](https://github.com/Blvckleg/BingusBoingus/compare/v1.1.3...v1.2.0) (2024-02-26) + + +### Features + +* **PollService:** add ephemeral flag for replies ([1f9b919](https://github.com/Blvckleg/BingusBoingus/commit/1f9b919f6bb4908889aeb39273bf020a71ccfd9f)) + + +### Bug Fixes + +* login logging xd ([8abfb75](https://github.com/Blvckleg/BingusBoingus/commit/8abfb7588c83be6ba865e120a5eb1b491cba3e09)) +* **login:** ClientReady logging ([2da993b](https://github.com/Blvckleg/BingusBoingus/commit/2da993bd0f5c71dea454640415962c56a316cf45)) +* **mongo.config:** dbName ([4b48774](https://github.com/Blvckleg/BingusBoingus/commit/4b487741efba1ff499dd026e10d9b758a9d3f8cb)) +* saving quotes ([b767b09](https://github.com/Blvckleg/BingusBoingus/commit/b767b09074971f8cbe407e163c550b02f2517ed7)) + ## [1.1.3](https://github.com/Blvckleg/BingusBoingus/compare/v1.1.2...v1.1.3) (2024-02-25) diff --git a/package-lock.json b/package-lock.json index 2b4c4e4..4ca9471 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bingusboingus", - "version": "1.1.3", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bingusboingus", - "version": "1.1.3", + "version": "1.2.0", "license": "MIT", "dependencies": { "@nestjs/common": "^10.2.10", diff --git a/package.json b/package.json index 39d7799..709aa7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bingusboingus", - "version": "1.1.3", + "version": "1.2.0", "description": "Hey look it's Bingus.... or Boingus?? OR BOTH??", "main": "src/main.ts", "scripts": {