From abaaaef6d6056133737d285868e8f8c748b6cc46 Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Tue, 17 Nov 2020 09:17:10 +0100 Subject: [PATCH] chore(release): 0.1.3 --- CHANGELOG.md | 8 ++++++++ data/doks.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d1df38..d8f6e87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.1.3](https://github.com/h-enk/doks/compare/v0.1.2...v0.1.3) (2020-11-17) + + +### Dependencies + +* add doks version file ([f8dcfbe](https://github.com/h-enk/doks/commit/f8dcfbeebfda5fef533b9b7bc2463fa0dfafd5fa)) +* update doks version file ([d326669](https://github.com/h-enk/doks/commit/d326669c1d170cd5a76df1faafea472f3132fdf5)) + ### [0.1.2](https://github.com/h-enk/doks/compare/v0.1.1...v0.1.2) (2020-11-17) diff --git a/data/doks.json b/data/doks.json index bc8c473..e301904 100644 --- a/data/doks.json +++ b/data/doks.json @@ -1,4 +1,4 @@ { "name": "doks", - "version": "0.1.2" -} \ No newline at end of file + "version": "0.1.3" +}