From 3046dfe4c6355f1dff4e565b8ef75856d3c8b992 Mon Sep 17 00:00:00 2001 From: Novout Date: Wed, 15 Dec 2021 12:04:36 -0300 Subject: [PATCH] chore(release): 0.10.4 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea82a3e2..b4f8197a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.10.4](https://github.com/Novout/better-write/compare/v0.10.3...v0.10.4) (2021-12-15) + + +### Bug Fixes + +* **dropbox:** overwrite existent files ([3b443c0](https://github.com/Novout/better-write/commits/3b443c07705e4f121ac5691878a8f8a09ac31b8d)) + + +### Structure + +* **dropbox:** insert dynamic script tag ([f0957f8](https://github.com/Novout/better-write/commits/f0957f8fb9563b90e112b051ceca361d4dcfe299)) +* **dropbox:** toast save and inject script tag ([26c0833](https://github.com/Novout/better-write/commits/26c0833a75ba1dbc20d8afcc5594c6952a240cea)) +* **fonts:** request with vueuse fetch ([963a311](https://github.com/Novout/better-write/commits/963a311e38f4b54d7e53009ad36eb010b4434873)) + ### [0.10.3](https://github.com/Novout/better-write/compare/v0.10.2...v0.10.3) (2021-12-14) diff --git a/package.json b/package.json index 0e70f77a4..6d4f025d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-write", - "version": "0.10.3", + "version": "0.10.4", "repository": "https://github.com/Novout/better-write", "author": { "name": "Giovane Cardoso",