diff --git a/CHANGELOG.md b/CHANGELOG.md index 83bb3dd..a8f8e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/garredow/raincloud-api/compare/v1.1.0...v1.1.1) (2022-04-13) + + +### Bug Fixes + +* rename to raincloud-api ([8aabe5c](https://github.com/garredow/raincloud-api/commit/8aabe5c9a9ec5c9e63fe10bca09794b4869a8f9c)) + # [1.1.0](https://github.com/garredow/raincloud-api/compare/v1.0.0...v1.1.0) (2022-04-13) ### Features diff --git a/package-lock.json b/package-lock.json index 7416e11..85d8f55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "raincloud-api", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "raincloud-api", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "dotenv": "^16.0.0", diff --git a/package.json b/package.json index 9ee6976..1032681 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "raincloud-api", "private": true, - "version": "1.1.0", + "version": "1.1.1", "description": "", "main": "dist/index.js", "scripts": {