diff --git a/CHANGELOG.md b/CHANGELOG.md index def444c..ef35eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/Blvckleg/BingusBoingus/compare/v1.0.0...v1.0.1) (2024-02-16) + + +### Bug Fixes + +* **workflows:** i think this should do it ([141f4f2](https://github.com/Blvckleg/BingusBoingus/commit/141f4f2b51d49abbadf20d59df24585bce12dfe2)) + ## 1.0.0 (2024-02-15) ### Features diff --git a/package-lock.json b/package-lock.json index 65330b1..58c6357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bingusboingus", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bingusboingus", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@nestjs/config": "^3.1.1", diff --git a/package.json b/package.json index 7cd2fa0..c8fd549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bingusboingus", - "version": "1.0.0", + "version": "1.0.1", "description": "Hey look it's Bingus.... or Boingus?? OR BOTH??", "main": "src/main.ts", "scripts": {