From f73c010f5bfd61a6e003bd0081a0d72b853b0eb2 Mon Sep 17 00:00:00 2001 From: Antonio Donis Date: Sat, 14 Jan 2023 22:58:53 +0000 Subject: [PATCH] [ci skip] chore(release): 0.8.5 --- 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 229ffe7..cef6e5b 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.5 (2023-01-14) + + +### Bug Fixes + +* revert to old commit, ignoring lightweight-charts since SSR requirement ([a1702e2](https://github.com/shoriwe/tulip/commit/a1702e2a17f88e6648bb27d594441fd91ef0a0a0)) + ### 0.8.4 (2023-01-12) diff --git a/package-lock.json b/package-lock.json index 3d0619d..c60bd7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "tulip", - "version": "0.8.4", + "version": "0.8.5", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.8.4", + "version": "0.8.5", "devDependencies": { "git-semver-tags": "^4.1.1", "standard-version": "^9.5.0" diff --git a/package.json b/package.json index 1d16ba2..4ea59d5 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.4" + "version": "0.8.5" }