From 3a6060651be0524dad714c0b40197f44a19567cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 13:49:59 -0600 Subject: [PATCH] chore: release 1.5.1 (#52) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6400bbb..fcf86b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [1.5.1](https://www.github.com/blinkk/editor.dev/compare/v1.5.0...v1.5.1) (2021-08-04) + + +### Bug Fixes + +* Auth cache not clearing after auth request. ([#51](https://www.github.com/blinkk/editor.dev/issues/51)) ([cc1d21d](https://www.github.com/blinkk/editor.dev/commit/cc1d21d0d2a1770ea37bcbf3e49bbde88033dfb9)), closes [#50](https://www.github.com/blinkk/editor.dev/issues/50) +* Filter local files using global ignores and .gitignore ([#53](https://www.github.com/blinkk/editor.dev/issues/53)) ([91e1bfb](https://www.github.com/blinkk/editor.dev/commit/91e1bfbfff88e20811d4847e816a116f099a39bb)), closes [#49](https://www.github.com/blinkk/editor.dev/issues/49) + ## [1.5.0](https://www.github.com/blinkk/editor.dev/compare/v1.4.1...v1.5.0) (2021-07-29) diff --git a/package.json b/package.json index bf8774d..700ec43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blinkk/editor.dev", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "homepage": "https://blinkk.github.com/editor.dev", "description": "Server for live editor.",