From f810f31d44a87476d9a6aec5d4cb47fc23db07d9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 1 Dec 2020 10:23:52 +0000 Subject: [PATCH] chore(release): 0.2.1-beta.18 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b72247..39faefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.2.1-beta.18](https://github.com/danobot/notorious/compare/v0.2.1-beta.16...v0.2.1-beta.18) (2020-12-01) + + +### Features + +* allow dragging to favourites and trash, fix issue with cancelling drag ([897cbe6](https://github.com/danobot/notorious/commit/897cbe69025947a3027a130f43d31371a16a3222)) +* moving notes by dragging them to a different notebook ([9742693](https://github.com/danobot/notorious/commit/9742693b3b96e217ad9c6fa2530bb3653d1d9c32)) + + +### Bug Fixes + +* case ([b693a70](https://github.com/danobot/notorious/commit/b693a701bb793f088546d1c7f7b048bdd73e7751)) +* ignore trash, fav for now ([70f8949](https://github.com/danobot/notorious/commit/70f8949fb668b8bd5961f702c054ddf9e6cea107)) +* ignore trash, fav for now ([3fe4570](https://github.com/danobot/notorious/commit/3fe45707b0faa33eb5ce13c9ad2e5342a9920f8f)) + ### [0.2.1-beta.17](https://github.com/danobot/notorious/compare/v0.2.1-beta.15...v0.2.1-beta.17) (2020-07-19) diff --git a/package.json b/package.json index 02e6a97..5d2647e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "notorious", "productName": "Notorious", - "version": "0.2.1-beta.17", + "version": "0.2.1-beta.18", "description": "Note taking application with cross-device synchronisation and offline support in mind.", "author": { "name": "Daniel Mason",