diff --git a/CHANGELOG.md b/CHANGELOG.md index cf5422c..229ffe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.8.4 (2023-01-12) + + +### Bug Fixes + +* Dashboard bugs ([#33](https://github.com/shoriwe/tulip/issues/33)) ([cc51ede](https://github.com/shoriwe/tulip/commit/cc51ede6ffe4c91564cb88f654394d914b3f5f0a)) + ### 0.8.3 (2023-01-12) diff --git a/package-lock.json b/package-lock.json index 9909d4a..3d0619d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "tulip", - "version": "0.8.3", + "version": "0.8.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.8.3", + "version": "0.8.4", "devDependencies": { "git-semver-tags": "^4.1.1", "standard-version": "^9.5.0" diff --git a/package.json b/package.json index fe77ed2..1d16ba2 100644 --- a/package.json +++ b/package.json @@ -3,5 +3,5 @@ "git-semver-tags": "^4.1.1", "standard-version": "^9.5.0" }, - "version": "0.8.3" + "version": "0.8.4" }