diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6e5a0..5a16908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/Blvckleg/BingusBoingus/compare/v1.3.0...v1.4.0) (2024-04-05) + + +### Features + +* launch config for bun ([259d333](https://github.com/Blvckleg/BingusBoingus/commit/259d3339c4deebc38596ab22b2b1d945879ac122)) + ## [1.3.0](https://github.com/Blvckleg/BingusBoingus/compare/v1.2.0...v1.3.0) (2024-02-26) diff --git a/package-lock.json b/package-lock.json index 8ac29af..199d401 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bingusboingus", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bingusboingus", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "@nestjs/common": "^10.2.10", diff --git a/package.json b/package.json index 825d6a7..fadd7d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bingusboingus", - "version": "1.3.0", + "version": "1.4.0", "description": "Hey look it's Bingus.... or Boingus?? OR BOTH??", "main": "src/main.ts", "scripts": {