From 08b1d6a1a361e22a7bdc979e9b9f177fb308e0ef Mon Sep 17 00:00:00 2001 From: Matteo Juen <45847997+Blvckleg@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:54:43 +0100 Subject: [PATCH] chore(master): release 1.3.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 704db7e..3e6e5a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/Blvckleg/BingusBoingus/compare/v1.2.0...v1.3.0) (2024-02-26) + + +### Features + +* add test workflow ([53def06](https://github.com/Blvckleg/BingusBoingus/commit/53def06876480e1faf143ce0b0217978e477ede4)) + ## [1.2.0](https://github.com/Blvckleg/BingusBoingus/compare/v1.1.3...v1.2.0) (2024-02-26) diff --git a/package-lock.json b/package-lock.json index 4ca9471..6f21ede 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bingusboingus", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bingusboingus", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "@nestjs/common": "^10.2.10", diff --git a/package.json b/package.json index 709aa7b..6dc5bd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bingusboingus", - "version": "1.2.0", + "version": "1.3.0", "description": "Hey look it's Bingus.... or Boingus?? OR BOTH??", "main": "src/main.ts", "scripts": {